| 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);
|
|
|