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

Unified Diff: Source/core/dom/Document.h

Issue 751553005: Sync execCommand() and queryCommand*() IDL with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years 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 | « LayoutTests/fast/dom/Document/missing-arguments-expected.txt ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index d2543e07405b867899c9dd182fe1aa68907a00b1..7cb4cdf01b2d66353b2bc320b022d0eb817391e9 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -793,7 +793,7 @@ public:
DocumentMarkerController& markers() const { return *m_markers; }
- bool execCommand(const String& command, bool userInterface = false, const String& value = String());
+ bool execCommand(const String& command, bool showUI, const String& value);
bool queryCommandEnabled(const String& command);
bool queryCommandIndeterm(const String& command);
bool queryCommandState(const String& command);
« no previous file with comments | « LayoutTests/fast/dom/Document/missing-arguments-expected.txt ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698