Title: [119881] trunk/Source/WebKit2
Revision
119881
Author
[email protected]
Date
2012-06-08 17:46:02 -0700 (Fri, 08 Jun 2012)

Log Message

[WinCairo] Build fix after Windows export definition file change.

* win/WebKit2CFLite.def: This file needs to be kept in sync with
WebKit2.def (aside from the WebKitInterface exports.)

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (119880 => 119881)


--- trunk/Source/WebKit2/ChangeLog	2012-06-09 00:12:16 UTC (rev 119880)
+++ trunk/Source/WebKit2/ChangeLog	2012-06-09 00:46:02 UTC (rev 119881)
@@ -1,3 +1,9 @@
+2012-06-08  Brent Fulgham  <[email protected]>
+        [WinCairo] Build fix after Windows export definition file change.
+
+        * win/WebKit2CFLite.def: This file needs to be kept in sync with
+        WebKit2.def (aside from the WebKitInterface exports.)
+
 2012-06-08  Viatcheslav Ostapenko  <[email protected]>
 
         [Qt] [WK2] API tests randomly assert in WebLayerTreeRenderer::assignImageToLayer

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (119880 => 119881)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-06-09 00:12:16 UTC (rev 119880)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-06-09 00:46:02 UTC (rev 119881)
@@ -108,7 +108,6 @@
         ??1ThreadCondition@WTF@@QAE@XZ
         ?broadcast@ThreadCondition@WTF@@QAEXXZ
         ?callOnMainThread@WTF@@YAXP6AXPAX@Z0@Z
-        ?callRemovedLastRef@WebCore@@YAXPAV?$TreeShared@VContainerNode@WebCore@@@1@@Z
         ?consoleMessageArgumentCounts@InspectorConsoleAgent@WebCore@@QAE?AV?$Vector@I$0A@@WTF@@XZ
         ?counterValue@InspectorCounters@WebCore@@SAHW4CounterType@12@@Z
         ?createThread@WTF@@YAIP6APAXPAX@Z0PBD@Z
@@ -155,6 +154,7 @@
         ?add@AtomicString@WTF@@CA?AV?$PassRefPtr@VStringImpl@WTF@@@2@PBE@Z
         ?addSlowCase@AtomicString@WTF@@CA?AV?$PassRefPtr@VStringImpl@WTF@@@2@PAVStringImpl@2@@Z
         ?cacheDOMStructure@WebCore@@YAPAVStructure@JSC@@PAVJSDOMGlobalObject@1@PAV23@PBUClassInfo@3@@Z
+        ?callRemovedLastRef@WebCore@@YAXPAV?$TreeShared@VContainerNode@WebCore@@@1@@Z
         ?create@HTMLContentElement@WebCore@@SA?AV?$PassRefPtr@VHTMLContentElement@WebCore@@@WTF@@PAVDocument@2@@Z
         ?create@Range@WebCore@@SA?AV?$PassRefPtr@VRange@WebCore@@@WTF@@V?$PassRefPtr@VDocument@WebCore@@@4@V?$PassRefPtr@VNode@WebCore@@@4@H1H@Z
         ?create@ShadowRoot@WebCore@@SA?AV?$PassRefPtr@VShadowRoot@WebCore@@@WTF@@PAVElement@2@AAH@Z
@@ -245,4 +245,7 @@
         ?isPageBoxVisible@Document@WebCore@@QAE_NH@Z
         ?suspendAnimations@AnimationController@WebCore@@QAEXXZ
         ?resumeAnimations@AnimationController@WebCore@@QAEXXZ
+        ?setAllowsRoundingHacks@TextRun@WebCore@@SAX_N@Z
+        ?profilerEnabled@InspectorController@WebCore@@QAE_NXZ
+        ?setProfilerEnabled@InspectorController@WebCore@@QAEX_N@Z
         ?jsStringSlowCase@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@AAV?$HashMap@PAVStringImpl@WTF@@V?$Weak@VJSString@JSC@@@JSC@@U?$PtrHash@PAVStringImpl@WTF@@@2@U?$HashTraits@PAVStringImpl@WTF@@@2@U?$HashTraits@V?$Weak@VJSString@JSC@@@JSC@@@2@@WTF@@PAVStringImpl@6@@Z
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to