Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / BeforeTextInsertedEvent.h
index aff56a4..d92dbb9 100644 (file)
@@ -36,7 +36,7 @@ public:
 
     static PassRefPtrWillBeRawPtr<BeforeTextInsertedEvent> create(const String& text)
     {
-        return adoptRefWillBeRefCountedGarbageCollected(new BeforeTextInsertedEvent(text));
+        return adoptRefWillBeNoop(new BeforeTextInsertedEvent(text));
     }
 
     virtual const AtomicString& interfaceName() const OVERRIDE;