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

Unified Diff: Source/core/html/HTMLMenuElement.cpp

Issue 243403006: Implement contextmenu attribute with basic support of <menu> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed review comments Created 6 years, 5 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
Index: Source/core/html/HTMLMenuElement.cpp
diff --git a/Source/core/html/HTMLMenuElement.cpp b/Source/core/html/HTMLMenuElement.cpp
index 36a44dc57318e6d07d22f415390cf8273c6f7bea..50ab358ecf84b0943cd5e96ecc60dfa5c0cd71ea 100644
--- a/Source/core/html/HTMLMenuElement.cpp
+++ b/Source/core/html/HTMLMenuElement.cpp
@@ -23,7 +23,6 @@
#include "config.h"
#include "core/html/HTMLMenuElement.h"
-#include "core/HTMLNames.h"
namespace blink {
@@ -37,4 +36,4 @@ inline HTMLMenuElement::HTMLMenuElement(Document& document)
DEFINE_NODE_FACTORY(HTMLMenuElement)
-}
+} // namespace blink
tkent 2014/07/31 06:07:55 You don't need to touch this file in this CL.
pals 2014/08/01 10:03:07 Done.

Powered by Google App Engine
This is Rietveld 408576698