diff options
Diffstat (limited to 'Source/WebCore/loader/DocumentWriter.h')
-rw-r--r-- | Source/WebCore/loader/DocumentWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/loader/DocumentWriter.h b/Source/WebCore/loader/DocumentWriter.h index 26178a48c..5883229a7 100644 --- a/Source/WebCore/loader/DocumentWriter.h +++ b/Source/WebCore/loader/DocumentWriter.h @@ -43,7 +43,7 @@ class TextResourceDecoder; class DocumentWriter { WTF_MAKE_NONCOPYABLE(DocumentWriter); public: - DocumentWriter(Frame*); + explicit DocumentWriter(Frame*); // This is only called by ScriptController::executeIfJavaScriptURL // and always contains the result of evaluating a javascript: url. |