Title: [90981] trunk/Source/WebKit2
Revision
90981
Author
[email protected]
Date
2011-07-13 23:23:12 -0700 (Wed, 13 Jul 2011)

Log Message

Unreviewed attempt at a build fix.

* win/WebKit2CFLite.def:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (90980 => 90981)


--- trunk/Source/WebKit2/ChangeLog	2011-07-14 05:54:15 UTC (rev 90980)
+++ trunk/Source/WebKit2/ChangeLog	2011-07-14 06:23:12 UTC (rev 90981)
@@ -1,3 +1,9 @@
+2011-07-13  MORITA Hajime <[email protected]>
+
+        Unreviewed attempt at a build fix.
+
+        * win/WebKit2CFLite.def:
+
 2011-07-13  MORITA Hajime  <[email protected]>
 
         [ShadowContentElement] forwarded node should be able to access its hosting content element.

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (90980 => 90981)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2011-07-14 05:54:15 UTC (rev 90980)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2011-07-14 06:23:12 UTC (rev 90981)
@@ -128,8 +128,10 @@
         ?createThread@WTF@@YAIP6APAXPAX@Z0@Z
 
         ; Re-exports from WebCore for test harnesses
+        ??0NodeRenderingContext@WebCore@@QAE@PAVNode@1@@Z
         ??0String@WTF@@QAE@PBD@Z
         ??0String@WTF@@QAE@PB_W@Z
+        ??1NodeRenderingContext@WebCore@@QAE@XZ
         ?add@AtomicString@WTF@@CA?AV?$PassRefPtr@VStringImpl@WTF@@@2@PBD@Z
         ?addSlowCase@AtomicString@WTF@@CA?AV?$PassRefPtr@VStringImpl@WTF@@@2@PAVStringImpl@2@@Z
         ?cacheDOMStructure@WebCore@@YAPAVStructure@JSC@@PAVJSDOMGlobalObject@1@PAV23@PBUClassInfo@3@@Z
@@ -148,4 +150,5 @@
         ?toDocument@WebCore@@YAPAVDocument@1@VJSValue@JSC@@@Z
         ?toElement@WebCore@@YAPAVElement@1@VJSValue@JSC@@@Z
         ?toJS@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVNode@1@@Z
-        ?virtualFunctionToPreventWeakVtable@JSDOMWrapper@WebCore@@MAEXXZ
+        ?toNode@WebCore@@YAPAVNode@1@VJSValue@JSC@@@Z
+        ?virtualFunctionToPreventWeakVtable@JSDOMWrapper@WebCore@@MAEXXZ
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to