Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(818)

Unified Diff: Source/core/events/RelatedEvent.h

Issue 443373002: Add <menuitem>, new HTMLMenuElement IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/RelatedEvent.h
diff --git a/Source/core/events/RelatedEvent.h b/Source/core/events/RelatedEvent.h
index 82c3a6fe4726d7c3fb8c7f5d46e24aa5fd827fb5..e1ec1ae467b38fbe5370dc55ddc82ba5230eeafe 100644
--- a/Source/core/events/RelatedEvent.h
+++ b/Source/core/events/RelatedEvent.h
@@ -23,8 +23,6 @@ public:
virtual ~RelatedEvent();
EventTarget* relatedTarget() const { return m_relatedTarget.get(); }
- void setRelatedTarget(EventTarget* relatedTarget) { m_relatedTarget = relatedTarget; }
-
virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::RelatedEvent; }
virtual bool isRelatedEvent() const OVERRIDE { return true; }
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698