Title: [110897] trunk/Source/WebKit2
Revision
110897
Author
bfulg...@webkit.org
Date
2012-03-15 15:22:50 -0700 (Thu, 15 Mar 2012)

Log Message

Unreviewed build correction. WinCairo export definitions
file was not updated when the main Apple file was changed.

* win/WebKit2CFLite.def: Revise export declarations to match
new symbol names.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (110896 => 110897)


--- trunk/Source/WebKit2/ChangeLog	2012-03-15 22:17:54 UTC (rev 110896)
+++ trunk/Source/WebKit2/ChangeLog	2012-03-15 22:22:50 UTC (rev 110897)
@@ -1,3 +1,11 @@
+2012-03-15  Brent Fulgham  <bfulg...@webkit.org>
+
+        Unreviewed build correction. WinCairo export definitions
+        file was not updated when the main Apple file was changed.
+
+        * win/WebKit2CFLite.def: Revise export declarations to match
+        new symbol names.
+
 2012-03-15  Anders Carlsson  <ander...@apple.com>
 
         REGRESSION(r107168?): Assertion failures under pageContainsAnyHorizontalScrollbars causing multiple "crashes" on the Lion Intel Debug WebKit2 testers

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (110896 => 110897)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-03-15 22:17:54 UTC (rev 110896)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-03-15 22:22:50 UTC (rev 110897)
@@ -112,6 +112,8 @@
         ?createThread@WTF@@YAIP6AXPAX@Z0PBD@Z
         ?currentThread@WTF@@YAIXZ
         ?detachThread@WTF@@YAXI@Z
+        ?didBeginFrameImpl@InspectorInstrumentation@WebCore@@CAXPAVInstrumentingAgents@2@@Z
+        ?didCancelFrameImpl@InspectorInstrumentation@WebCore@@CAXPAVInstrumentingAgents@2@@Z
         ?initializeMainThread@WTF@@YAXXZ
         ?initializeThreading@WTF@@YAXXZ
         ?isMainThread@WTF@@YA_NXZ
@@ -153,8 +155,6 @@
         ?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
         ?createWrapper@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVNode@1@@Z
-        ?didBeginFrameImpl@InspectorInstrumentation@WebCore@@CAXPAVInstrumentingAgents@2@@Z
-        ?didCancelFrameImpl@InspectorInstrumentation@WebCore@@CAXPAVInstrumentingAgents@2@@Z
         ?equal@WTF@@YA_NPBVStringImpl@1@PBE@Z
         ?equalIgnoringCase@WTF@@YA_NPAVStringImpl@1@PBE@Z
         ?externalRepresentation@WebCore@@YA?AVString@WTF@@PAVElement@1@I@Z
@@ -176,7 +176,7 @@
         ?page@Document@WebCore@@QBEPAVPage@2@XZ
         ?paintControlTints@FrameView@WebCore@@AAEXXZ
         ?rangeFromLocationAndLength@TextIterator@WebCore@@SA?AV?$PassRefPtr@VRange@WebCore@@@WTF@@PAVElement@2@HH_N@Z
-        ?removeShadowRootList@Element@WebCore@@QAEXXZ
+        ?removeAllShadowRoots@ShadowTree@WebCore@@QAEXXZ
         ?s_frontendCounter@InspectorInstrumentation@WebCore@@0HA
         ?s_info@JSNode@WebCore@@2UClassInfo@JSC@@B
         ?scriptExecutionContext@JSDOMGlobalObject@WebCore@@QBEPAVScriptExecutionContext@2@XZ
@@ -209,8 +209,10 @@
         ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVClientRectList@1@@Z
         ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVNode@1@@Z
         ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVRange@1@@Z
+        ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVNodeList@1@@Z
         ?toRange@WebCore@@YAPAVRange@1@VJSValue@JSC@@@Z
         ?updateLayoutIgnorePendingStylesheets@Document@WebCore@@QAEXXZ
         ?userPreferredLanguages@WebCore@@YA?AV?$Vector@VString@WTF@@$0A@@WTF@@XZ
         ?view@Document@WebCore@@QBEPAVFrameView@2@XZ
         ?willDetachPage@FrameDestructionObserver@WebCore@@UAEXXZ
+        ?nodesFromRect@Document@WebCore@@QBE?AV?$PassRefPtr@VNodeList@WebCore@@@WTF@@HHIIII_N@Z
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to