[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hyatt at apple.com hyatt at apple.com
Wed Dec 22 15:35:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 54ad9018a0b8a67ee6fa195932404e32c2af820a
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 23:07:42 2010 +0000

    Fix build bustage.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71579 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/rendering/RenderObject.h b/WebCore/rendering/RenderObject.h
index 9c29ce1..89d9921 100644
--- a/WebCore/rendering/RenderObject.h
+++ b/WebCore/rendering/RenderObject.h
@@ -266,12 +266,12 @@ public:
     virtual bool isRenderPart() const { return false; }
     virtual bool isRenderView() const { return false; }
     virtual bool isReplica() const { return false; }
-#if ENABLE(RUBY)
+
     virtual bool isRuby() const { return false; }
     virtual bool isRubyBase() const { return false; }
     virtual bool isRubyRun() const { return false; }
     virtual bool isRubyText() const { return false; }
-#endif
+
     virtual bool isSlider() const { return false; }
     virtual bool isTable() const { return false; }
     virtual bool isTableCell() const { return false; }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list