[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:13:06 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ac84406ac1f9b06ba9072834e1bb9b2d1c2f1432
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed May 15 21:00:12 2002 +0000

    Oops.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1157 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/ecma/kjs_window.cpp b/WebCore/khtml/ecma/kjs_window.cpp
index 3a4921a..ebd7b6d 100644
--- a/WebCore/khtml/ecma/kjs_window.cpp
+++ b/WebCore/khtml/ecma/kjs_window.cpp
@@ -262,8 +262,6 @@ Window::Window(KHTMLPart *p)
 {
   winq = new WindowQObject(this);
   //kdDebug(6070) << "Window::Window this=" << this << " part=" << m_part << " " << m_part->name() << endl;
-  fprintf(stderr, "pointer was %p\n", p);
-  fprintf(stderr, "m_part is %p\n", (KHTMLPart *)m_part);
 }
 
 Window::~Window()
@@ -352,9 +350,6 @@ UString Window::toString(ExecState *) const
 
 Value Window::get(ExecState *exec, const UString &p) const
 {
-  fprintf(stderr, "Window::get: m_part is %p\n", (KHTMLPart *)m_part);
-  fprintf(stderr, "Window::get: m_part is null? %s\n", m_part.isNull() ? "yes" : "no");
-
 #ifdef KJS_VERBOSE
   kdDebug(6070) << "Window("<<this<<")::get " << p.qstring() << endl;
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list