Title: [124715] trunk/Source/WebCore
- Revision
- 124715
- Author
- [email protected]
- Date
- 2012-08-05 08:37:01 -0700 (Sun, 05 Aug 2012)
Log Message
[V8] Remove unused enum and typedefs in V8Proxy
https://bugs.webkit.org/show_bug.cgi?id=93105
Reviewed by Adam Barth.
In preparation for removing V8Proxy, we can remove unused enum
and typedefs in V8Proxy.
No tests. No change in behavior.
* bindings/v8/V8Proxy.cpp:
* bindings/v8/V8Proxy.h:
(WebCore::throwError):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (124714 => 124715)
--- trunk/Source/WebCore/ChangeLog 2012-08-05 05:55:05 UTC (rev 124714)
+++ trunk/Source/WebCore/ChangeLog 2012-08-05 15:37:01 UTC (rev 124715)
@@ -1,3 +1,19 @@
+2012-08-05 Kentaro Hara <[email protected]>
+
+ [V8] Remove unused enum and typedefs in V8Proxy
+ https://bugs.webkit.org/show_bug.cgi?id=93105
+
+ Reviewed by Adam Barth.
+
+ In preparation for removing V8Proxy, we can remove unused enum
+ and typedefs in V8Proxy.
+
+ No tests. No change in behavior.
+
+ * bindings/v8/V8Proxy.cpp:
+ * bindings/v8/V8Proxy.h:
+ (WebCore::throwError):
+
2012-08-04 Dan Bernstein <[email protected]>
<rdar://problem/11875795> REGRESSION (tiled drawing): Page’s scroll bars flash with each character you type in a textarea (affects Wikipedia and YouTube)
Modified: trunk/Source/WebCore/bindings/v8/V8Proxy.cpp (124714 => 124715)
--- trunk/Source/WebCore/bindings/v8/V8Proxy.cpp 2012-08-05 05:55:05 UTC (rev 124714)
+++ trunk/Source/WebCore/bindings/v8/V8Proxy.cpp 2012-08-05 15:37:01 UTC (rev 124715)
@@ -120,10 +120,6 @@
}
}
-typedef HashMap<Node*, v8::Object*> DOMNodeMap;
-typedef HashMap<void*, v8::Object*> DOMObjectMap;
-typedef HashMap<int, v8::FunctionTemplate*> FunctionTemplateMap;
-
void V8Proxy::reportUnsafeAccessTo(Document* targetDocument)
{
if (!targetDocument)
Modified: trunk/Source/WebCore/bindings/v8/V8Proxy.h (124714 => 124715)
--- trunk/Source/WebCore/bindings/v8/V8Proxy.h 2012-08-05 05:55:05 UTC (rev 124714)
+++ trunk/Source/WebCore/bindings/v8/V8Proxy.h 2012-08-05 15:37:01 UTC (rev 124715)
@@ -273,11 +273,6 @@
v8::ThrowException(exception);
return v8::Undefined();
}
-
- enum IndependentMode {
- MarkIndependent,
- DoNotMarkIndependent
- };
}
#endif // V8Proxy_h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes