| Index: third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h | 
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h b/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h | 
| index 146d11dc430c41fa693cb3967e308aae253ec975..3e877f93d9b83511816b6fa77cd1682c01653e6a 100644 | 
| --- a/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h | 
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h | 
| @@ -45,7 +45,7 @@ class Node; | 
| // A V8LazyEventListener is either a HTML or SVG event handler. | 
| class V8LazyEventListener final : public V8AbstractEventListener { | 
| public: | 
| -    static RawPtr<V8LazyEventListener> create(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String& sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) | 
| +    static V8LazyEventListener* create(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String& sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) | 
| { | 
| return new V8LazyEventListener(isolate, functionName, eventParameterName, code, sourceURL, position, node); | 
| } | 
|  |