Title: [131865] trunk/Source/WebCore
- Revision
- 131865
- Author
- [email protected]
- Date
- 2012-10-19 00:05:07 -0700 (Fri, 19 Oct 2012)
Log Message
[V8] Remove unused typedef from V8GCController.cpp
https://bugs.webkit.org/show_bug.cgi?id=99808
Reviewed by Kentaro Hara.
This typedef is not used.
* bindings/v8/V8GCController.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (131864 => 131865)
--- trunk/Source/WebCore/ChangeLog 2012-10-19 06:58:53 UTC (rev 131864)
+++ trunk/Source/WebCore/ChangeLog 2012-10-19 07:05:07 UTC (rev 131865)
@@ -1,3 +1,14 @@
+2012-10-19 Adam Barth <[email protected]>
+
+ [V8] Remove unused typedef from V8GCController.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=99808
+
+ Reviewed by Kentaro Hara.
+
+ This typedef is not used.
+
+ * bindings/v8/V8GCController.cpp:
+
2012-10-18 Alexander Pavlov <[email protected]>
Web Inspector: [Styles] Property considered overridden if it is non-inherited important property in inherited style
Modified: trunk/Source/WebCore/bindings/v8/V8GCController.cpp (131864 => 131865)
--- trunk/Source/WebCore/bindings/v8/V8GCController.cpp 2012-10-19 06:58:53 UTC (rev 131864)
+++ trunk/Source/WebCore/bindings/v8/V8GCController.cpp 2012-10-19 07:05:07 UTC (rev 131865)
@@ -66,9 +66,6 @@
namespace WebCore {
-typedef HashMap<Node*, v8::Object*> DOMNodeMap;
-typedef HashMap<void*, v8::Object*> DOMObjectMap;
-
#ifndef NDEBUG
class DOMObjectVisitor : public DOMWrapperMap<void>::Visitor {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes