Title: [126688] trunk/Source/WebKit2
Revision
126688
Author
[email protected]
Date
2012-08-25 15:26:46 -0700 (Sat, 25 Aug 2012)

Log Message

WinCairo Build Broken due to missing export definitions
https://bugs.webkit.org/show_bug.cgi?id=95007

Patch by Vivek Galatage <[email protected]> on 2012-08-25
Reviewed by Ryosuke Niwa.

Export symbols were missing from the def file for WinCairo port. Added
these missing symbols to avoid build break

* win/WebKit2CFLite.def:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (126687 => 126688)


--- trunk/Source/WebKit2/ChangeLog	2012-08-25 21:40:41 UTC (rev 126687)
+++ trunk/Source/WebKit2/ChangeLog	2012-08-25 22:26:46 UTC (rev 126688)
@@ -1,3 +1,15 @@
+2012-08-25  Vivek Galatage  <[email protected]>
+
+        WinCairo Build Broken due to missing export definitions
+        https://bugs.webkit.org/show_bug.cgi?id=95007
+
+        Reviewed by Ryosuke Niwa.
+
+        Export symbols were missing from the def file for WinCairo port. Added
+        these missing symbols to avoid build break
+
+        * win/WebKit2CFLite.def:
+
 2012-08-24  Alexey Proskuryakov  <[email protected]>
 
         <rdar://problem/12157689> REGRESSION: WebProcessProxy destructor is sometimes called recursively

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (126687 => 126688)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-08-25 21:40:41 UTC (rev 126687)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2012-08-25 22:26:46 UTC (rev 126688)
@@ -178,6 +178,7 @@
         ?getElementById@TreeScope@WebCore@@QBEPAVElement@2@ABVAtomicString@WTF@@@Z
         ?getHighlight@InspectorController@WebCore@@QBEXPAUHighlight@2@@Z
         ?getLocationAndLengthFromRange@TextIterator@WebCore@@SA_NPAVElement@2@PBVRange@2@AAI2@Z
+        ?getReferencedFilePaths@FormController@WebCore@@SA?AV?$Vector@VString@WTF@@$0A@@WTF@@ABV34@@Z
         ?inputTag@HTMLNames@WebCore@@3VQualifiedName@2@B
         ?instrumentingAgentsForPage@InspectorInstrumentation@WebCore@@CAPAVInstrumentingAgents@2@PAVPage@2@@Z
         ?isActiveInsertionPoint@WebCore@@YA_NPBVNode@1@@Z
@@ -204,9 +205,11 @@
         ?removedLastRef@Node@WebCore@@AAEXXZ
         ?reverseFind@StringImpl@WTF@@QAEI_WI@Z
         ?s_frontendCounter@InspectorInstrumentation@WebCore@@0HA
+        ?saveDocumentAndScrollState@HistoryController@WebCore@@QAEXXZ
         ?scriptExecutionContext@JSDOMGlobalObject@WebCore@@QBEPAVScriptExecutionContext@2@XZ
         ?scriptNameToCode@WebCore@@YA?AW4UScriptCode@@ABVString@WTF@@@Z
         ?scrollElementToRect@FrameView@WebCore@@QAEXPAVElement@2@ABVIntRect@2@@Z
+        ?setCanStartMedia@Page@WebCore@@QAEX_N@Z
         ?setCursiveFontFamily@Settings@WebCore@@QAEXABVAtomicString@WTF@@W4UScriptCode@@@Z
         ?setDeviceScaleFactor@Page@WebCore@@QAEXM@Z
         ?setDOMException@WebCore@@YAXPAVExecState@JSC@@H@Z
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to