Title: [90173] trunk/Source/WebCore
Revision
90173
Author
[email protected]
Date
2011-06-30 15:29:01 -0700 (Thu, 30 Jun 2011)

Log Message

Fix clang build.

Remove the complete Widget constructor from the .exp.in file; since Widget is an abstract class,
its complete constructor can never be called and clang has stopped emitting it altogether.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90172 => 90173)


--- trunk/Source/WebCore/ChangeLog	2011-06-30 22:28:32 UTC (rev 90172)
+++ trunk/Source/WebCore/ChangeLog	2011-06-30 22:29:01 UTC (rev 90173)
@@ -1,3 +1,12 @@
+2011-06-30  Anders Carlsson  <[email protected]>
+
+        Fix clang build.
+
+        Remove the complete Widget constructor from the .exp.in file; since Widget is an abstract class,
+        its complete constructor can never be called and clang has stopped emitting it altogether.
+
+        * WebCore.exp.in:
+
 2011-06-30  Levi Weintraub  <[email protected]>
 
         Reviewed by Eric Seidel.

Modified: trunk/Source/WebCore/WebCore.exp.in (90172 => 90173)


--- trunk/Source/WebCore/WebCore.exp.in	2011-06-30 22:28:32 UTC (rev 90172)
+++ trunk/Source/WebCore/WebCore.exp.in	2011-06-30 22:29:01 UTC (rev 90173)
@@ -813,7 +813,6 @@
 __ZN7WebCore6Widget5paintEPNS_15GraphicsContextERKNS_7IntRectE
 __ZN7WebCore6Widget8setFocusEb
 __ZN7WebCore6Widget9setParentEPNS_10ScrollViewE
-__ZN7WebCore6WidgetC1EP6NSView
 __ZN7WebCore6WidgetC2EP6NSView
 __ZN7WebCore6WidgetD2Ev
 __ZN7WebCore6toNodeEN3JSC7JSValueE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to