Index: third_party/WebKit/public/web/WebDOMEvent.h |
diff --git a/third_party/WebKit/public/web/WebDOMEvent.h b/third_party/WebKit/public/web/WebDOMEvent.h |
index 57d0bd0f09b4028ab81edc2d044d5f5fb8ed5905..436ff98830f36a24a31fe91f37b61e719b09a1ef 100644 |
--- a/third_party/WebKit/public/web/WebDOMEvent.h |
+++ b/third_party/WebKit/public/web/WebDOMEvent.h |
@@ -56,7 +56,7 @@ public: |
bool isNull() const { return m_private.isNull(); } |
#if BLINK_IMPLEMENTATION |
- WebDOMEvent(const RawPtr<Event>&); |
+ WebDOMEvent(Event*); |
operator Event*() const; |
#endif |
@@ -76,7 +76,7 @@ public: |
protected: |
#if BLINK_IMPLEMENTATION |
- void assign(const RawPtr<Event>&); |
+ void assign(Event*); |
template<typename T> T* unwrap() |
{ |