Title: [88224] trunk/Source/WebCore
- Revision
- 88224
- Author
- [email protected]
- Date
- 2011-06-07 01:26:25 -0700 (Tue, 07 Jun 2011)
Log Message
2011-06-07 Andras Becsi <[email protected]>
Rubber-stamped by Csaba Osztrogonác.
[Qt][V8] Fix the build after 88221.
No new tests needed.
* WebCore.pro: Remove non-existing files.
* bindings/v8/V8DOMMap.cpp:
(WebCore::removeAllDOMObjects): Also rename the definition of the function.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (88223 => 88224)
--- trunk/Source/WebCore/ChangeLog 2011-06-07 06:31:19 UTC (rev 88223)
+++ trunk/Source/WebCore/ChangeLog 2011-06-07 08:26:25 UTC (rev 88224)
@@ -1,3 +1,15 @@
+2011-06-07 Andras Becsi <[email protected]>
+
+ Rubber-stamped by Csaba Osztrogonác.
+
+ [Qt][V8] Fix the build after 88221.
+
+ No new tests needed.
+
+ * WebCore.pro: Remove non-existing files.
+ * bindings/v8/V8DOMMap.cpp:
+ (WebCore::removeAllDOMObjects): Also rename the definition of the function.
+
2011-06-06 Dmitry Lomov <[email protected]>
Reviewed by Adam Barth.
Modified: trunk/Source/WebCore/WebCore.pro (88223 => 88224)
--- trunk/Source/WebCore/WebCore.pro 2011-06-07 06:31:19 UTC (rev 88223)
+++ trunk/Source/WebCore/WebCore.pro 2011-06-07 08:26:25 UTC (rev 88224)
@@ -88,11 +88,9 @@
bindings/v8/custom/V8Uint16ArrayCustom.cpp \
bindings/v8/custom/V8Uint32ArrayCustom.cpp \
\
- bindings/v8/ChildThreadDOMData.cpp \
bindings/v8/DateExtension.cpp \
bindings/v8/DOMData.cpp \
bindings/v8/DOMDataStore.cpp \
- bindings/v8/MainThreadDOMData.cpp \
bindings/v8/NPV8Object.cpp \
bindings/v8/PageScriptDebugServer.cpp \
bindings/v8/RetainedDOMInfo.cpp \
@@ -1226,13 +1224,11 @@
bindings/v8/custom/V8MessagePortCustom.h \
bindings/v8/custom/V8NamedNodesCollection.h \
\
- bindings/v8/ChildThreadDOMData.h \
bindings/v8/DateExtension.h \
bindings/v8/DOMData.h \
bindings/v8/DOMDataStore.h \
bindings/v8/DOMWrapperWorld.h \
bindings/v8/IsolatedWorld.h \
- bindings/v8/MainThreadDOMData.h \
bindings/v8/npruntime_impl.h \
bindings/v8/npruntime_internal.h \
bindings/v8/npruntime_priv.h \
Modified: trunk/Source/WebCore/bindings/v8/V8DOMMap.cpp (88223 => 88224)
--- trunk/Source/WebCore/bindings/v8/V8DOMMap.cpp 2011-06-07 06:31:19 UTC (rev 88223)
+++ trunk/Source/WebCore/bindings/v8/V8DOMMap.cpp 2011-06-07 08:26:25 UTC (rev 88224)
@@ -83,7 +83,7 @@
#endif // ENABLE(SVG)
-void removeAllDOMObjectsInCurrentThread()
+void removeAllDOMObjects()
{
DOMDataStore& store = getDOMDataStore();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes