[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 07:20:39 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 4a4016115ea1990e1c20590212c5094aa32f2909
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 21 20:32:44 2003 +0000

            * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::createRenderer):
    	Add return statements to fix compile on deployment build.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3369 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 14f0f5e..0bce3e5 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,10 @@
 2003-01-21  Darin Adler  <darin at apple.com>
 
+        * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::createRenderer):
+	Add return statements to fix compile on deployment build.
+
+2003-01-21  Darin Adler  <darin at apple.com>
+
         * khtml/html/html_formimpl.cpp:
         (HTMLInputElementImpl::rendererIsNeeded):
 	(HTMLInputElementImpl::attach):
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 14f0f5e..0bce3e5 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,10 @@
 2003-01-21  Darin Adler  <darin at apple.com>
 
+        * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::createRenderer):
+	Add return statements to fix compile on deployment build.
+
+2003-01-21  Darin Adler  <darin at apple.com>
+
         * khtml/html/html_formimpl.cpp:
         (HTMLInputElementImpl::rendererIsNeeded):
 	(HTMLInputElementImpl::attach):
diff --git a/WebCore/khtml/xml/dom_nodeimpl.cpp b/WebCore/khtml/xml/dom_nodeimpl.cpp
index 59ed3f6..1963042 100644
--- a/WebCore/khtml/xml/dom_nodeimpl.cpp
+++ b/WebCore/khtml/xml/dom_nodeimpl.cpp
@@ -1052,6 +1052,7 @@ bool NodeImpl::rendererIsNeeded(RenderStyle *style)
 RenderObject *NodeImpl::createRenderer(RenderArena *arena, RenderStyle *style)
 {
     assert(false);
+    return 0;
 }
 
 //-------------------------------------------------------------------------

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list