Index: Source/core/events/UIEvent.h |
diff --git a/Source/core/events/UIEvent.h b/Source/core/events/UIEvent.h |
index 48935975ab03d48042ae5f754ab332430de5f924..346851418953ee67970a4b4e8fabc66380f72943 100644 |
--- a/Source/core/events/UIEvent.h |
+++ b/Source/core/events/UIEvent.h |
@@ -58,7 +58,6 @@ public: |
void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail); |
AbstractView* view() const { return m_view.get(); } |
- AbstractView* view(bool& isNull) const { isNull = !m_view; return m_view.get(); } |
int detail() const { return m_detail; } |
virtual const AtomicString& interfaceName() const OVERRIDE; |