Title: [121818] trunk/Source
- Revision
- 121818
- Author
- [email protected]
- Date
- 2012-07-03 17:47:01 -0700 (Tue, 03 Jul 2012)
Log Message
[V8] Remove enableFasterDOMStoreAccess which is never used
https://bugs.webkit.org/show_bug.cgi?id=90489
Reviewed by Adam Barth.
Source/WebCore:
No new tests. Dead code removal.
* bindings/v8/V8DOMMap.cpp:
* bindings/v8/V8DOMMap.h:
(WebCore):
Source/WebKit/chromium:
* src/WebScriptController.cpp:
(WebKit::WebScriptController::enableV8SingleThreadMode):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (121817 => 121818)
--- trunk/Source/WebCore/ChangeLog 2012-07-04 00:23:35 UTC (rev 121817)
+++ trunk/Source/WebCore/ChangeLog 2012-07-04 00:47:01 UTC (rev 121818)
@@ -1,3 +1,16 @@
+2012-07-03 Erik Arvidsson <[email protected]>
+
+ [V8] Remove enableFasterDOMStoreAccess which is never used
+ https://bugs.webkit.org/show_bug.cgi?id=90489
+
+ Reviewed by Adam Barth.
+
+ No new tests. Dead code removal.
+
+ * bindings/v8/V8DOMMap.cpp:
+ * bindings/v8/V8DOMMap.h:
+ (WebCore):
+
2012-07-03 Joshua Bell <[email protected]>
Binding: IDL type DOMString[] shouldn't match null
Modified: trunk/Source/WebCore/bindings/v8/V8DOMMap.cpp (121817 => 121818)
--- trunk/Source/WebCore/bindings/v8/V8DOMMap.cpp 2012-07-04 00:23:35 UTC (rev 121817)
+++ trunk/Source/WebCore/bindings/v8/V8DOMMap.cpp 2012-07-04 00:47:01 UTC (rev 121818)
@@ -50,10 +50,6 @@
V8BindingPerIsolateData::current()->unregisterDOMDataStore(m_store.get());
}
-void enableFasterDOMStoreAccess()
-{
-}
-
DOMNodeMapping& getDOMNodeMap(v8::Isolate* isolate)
{
return DOMData::getCurrentStore(isolate).domNodeMap();
Modified: trunk/Source/WebCore/bindings/v8/V8DOMMap.h (121817 => 121818)
--- trunk/Source/WebCore/bindings/v8/V8DOMMap.h 2012-07-04 00:23:35 UTC (rev 121817)
+++ trunk/Source/WebCore/bindings/v8/V8DOMMap.h 2012-07-04 00:47:01 UTC (rev 121818)
@@ -177,7 +177,6 @@
// This should be called to remove all DOM objects associated with the current thread when it is tearing down.
void removeAllDOMObjects();
- void enableFasterDOMStoreAccess();
} // namespace WebCore
#endif // V8DOMMap_h
Modified: trunk/Source/WebKit/chromium/ChangeLog (121817 => 121818)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-07-04 00:23:35 UTC (rev 121817)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-07-04 00:47:01 UTC (rev 121818)
@@ -1,3 +1,13 @@
+2012-07-03 Erik Arvidsson <[email protected]>
+
+ [V8] Remove enableFasterDOMStoreAccess which is never used
+ https://bugs.webkit.org/show_bug.cgi?id=90489
+
+ Reviewed by Adam Barth.
+
+ * src/WebScriptController.cpp:
+ (WebKit::WebScriptController::enableV8SingleThreadMode):
+
2012-07-03 Tony Chang <[email protected]>
[chromium] Unreviewed, update .gitignore to handle VS2010 files.
Modified: trunk/Source/WebKit/chromium/src/WebScriptController.cpp (121817 => 121818)
--- trunk/Source/WebKit/chromium/src/WebScriptController.cpp 2012-07-04 00:23:35 UTC (rev 121817)
+++ trunk/Source/WebKit/chromium/src/WebScriptController.cpp 2012-07-04 00:47:01 UTC (rev 121818)
@@ -48,7 +48,7 @@
void WebScriptController::enableV8SingleThreadMode()
{
- enableFasterDOMStoreAccess();
+ // FIXME: remove this method after all it's usages are gone.
}
void WebScriptController::flushConsoleMessages()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes