Title: [89757] trunk/Source/WebKit2
Revision
89757
Author
[email protected]
Date
2011-06-25 17:22:12 -0700 (Sat, 25 Jun 2011)

Log Message

Unreviewed build correction after r89503.
See http://trac.webkit.org/changeset/89503. The modifications
to the WebKit2.def need to be mirrored in WebKit2CFLite.def.

* win/WebKit2CFLite.def: Add new exported symbol for isPreloaded.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (89756 => 89757)


--- trunk/Source/WebKit2/ChangeLog	2011-06-25 23:32:35 UTC (rev 89756)
+++ trunk/Source/WebKit2/ChangeLog	2011-06-26 00:22:12 UTC (rev 89757)
@@ -1,3 +1,11 @@
+2011-06-25  Brent Fulgham  <[email protected]>
+
+        Unreviewed build correction after r89503.
+        See http://trac.webkit.org/changeset/89503. The modifications
+        to the WebKit2.def need to be mirrored in WebKit2CFLite.def.
+
+        * win/WebKit2CFLite.def: Add new exported symbol for isPreloaded.
+
 2011-06-24  Brent Fulgham  <[email protected]>
 
         Unreviewed build correction after r89426.

Modified: trunk/Source/WebKit2/win/WebKit2CFLite.def (89756 => 89757)


--- trunk/Source/WebKit2/win/WebKit2CFLite.def	2011-06-25 23:32:35 UTC (rev 89756)
+++ trunk/Source/WebKit2/win/WebKit2CFLite.def	2011-06-26 00:22:12 UTC (rev 89757)
@@ -130,20 +130,17 @@
         ; Re-exports from WebCore for WebCoreTestSupport
         ?addSlowCase@AtomicString@WTF@@CA?AV?$PassRefPtr@VStringImpl@WTF@@@2@PAVStringImpl@2@@Z
         ?cacheDOMStructure@WebCore@@YAPAVStructure@JSC@@PAVJSDOMGlobalObject@1@PAV23@PBUClassInfo@3@@Z
+        ?create@ShadowContentElement@WebCore@@SA?AV?$PassRefPtr@VShadowContentElement@WebCore@@@WTF@@PAVDocument@2@@Z
         ?createWrapper@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVNode@1@@Z
         ?ensureShadowRoot@Element@WebCore@@QAEPAVShadowRoot@2@XZ
+        ?externalRepresentation@WebCore@@YA?AVString@WTF@@PAVElement@1@I@Z
         ?getCachedDOMStructure@WebCore@@YAPAVStructure@JSC@@PAVJSDOMGlobalObject@1@PBUClassInfo@3@@Z
+        ?isPreloaded@CachedResourceLoader@WebCore@@QBE_NABVString@WTF@@@Z
         ?jsStringSlowCase@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@AAV?$HashMap@PAVStringImpl@WTF@@V?$Weak@VJSString@JSC@@@JSC@@UStringHash@2@U?$HashTraits@PAVStringImpl@WTF@@@2@U?$HashTraits@V?$Weak@VJSString@JSC@@@JSC@@@2@@WTF@@PAVStringImpl@6@@Z
         ?removeShadowRoot@Element@WebCore@@QAEXXZ
         ?setDOMException@WebCore@@YAXPAVExecState@JSC@@H@Z
         ?shadowRoot@Element@WebCore@@QBEPAVShadowRoot@2@XZ
+        ?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
-        ?create@ShadowContentElement@WebCore@@SA?AV?$PassRefPtr@VShadowContentElement@WebCore@@@WTF@@PAVDocument@2@@Z
-        ?externalRepresentation@WebCore@@YA?AVString@WTF@@PAVElement@1@I@Z
-        ?setDOMException@WebCore@@YAXPAVExecState@JSC@@H@Z
-        ?toDocument@WebCore@@YAPAVDocument@1@VJSValue@JSC@@@Z
-        ?createWrapper@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@PAVJSDOMGlobalObject@1@PAVNode@1@@Z
-        ?toElement@WebCore@@YAPAVElement@1@VJSValue@JSC@@@Z
-        ?jsStringSlowCase@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@AAV?$HashMap@PAVStringImpl@WTF@@V?$Weak@VJSString@JSC@@@JSC@@UStringHash@2@U?$HashTraits@PAVStringImpl@WTF@@@2@U?$HashTraits@V?$Weak@VJSString@JSC@@@JSC@@@2@@WTF@@PAVStringImpl@6@@Z
\ 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