| Index: bindings/v8/V8LazyEventListener.h
|
| ===================================================================
|
| --- bindings/v8/V8LazyEventListener.h (revision 46639)
|
| +++ bindings/v8/V8LazyEventListener.h (working copy)
|
| @@ -53,7 +53,7 @@
|
| // For lazy event listener, the listener object is the same as its listener
|
| // function without additional scope chains.
|
| virtual v8::Local<v8::Object> getListenerObject() { return getWrappedListenerFunction(); }
|
| -
|
| + virtual bool isLazy() { return true; }
|
| private:
|
| V8LazyEventListener(Frame*, const String& code, const String& functionName, bool isSVGEvent);
|
| virtual ~V8LazyEventListener();
|
|
|