Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 47df5cc4ba95ff8578e3cfaab36c464463590075..ba8405801dd068b20223a7f999958b8b881c5620 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -903,6 +903,8 @@ class CORE_EXPORT Document : public ContainerNode, |
DocumentMarkerController& markers() const { return *m_markers; } |
+ // Support for Javascript execCommand, and related methods |
+ // See "core/editing/commands/DocumentExecCommand.cpp" for implementations. |
bool execCommand(const String& command, |
bool showUI, |
const String& value, |