Index: Source/bindings/core/v8/V8EventListener.h |
diff --git a/Source/bindings/core/v8/V8EventListener.h b/Source/bindings/core/v8/V8EventListener.h |
index 2cd8a9b5bf009fdf04257b973de31ca001d0b34e..1bb5dd9fc170c2c7242954f0c322870190234a84 100644 |
--- a/Source/bindings/core/v8/V8EventListener.h |
+++ b/Source/bindings/core/v8/V8EventListener.h |
@@ -38,7 +38,6 @@ |
namespace blink { |
class Event; |
-class LocalFrame; |
// V8EventListener is a wrapper of a JS object implements EventListener interface (has handleEvent(event) method), or a JS function |
// that can handle the event. |