| Index: Source/core/page/PageConsole.h
|
| diff --git a/Source/core/page/PageConsole.h b/Source/core/page/PageConsole.h
|
| index 622ecf16b96384614913831df55b6d98bee1bf12..651cc125b068e83f1c9b9c58a020611c591dde04 100644
|
| --- a/Source/core/page/PageConsole.h
|
| +++ b/Source/core/page/PageConsole.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, unsigned columnNumber = 0, PassRefPtr<ScriptCallStack> = 0, ScriptState* = 0, unsigned long requestIdentifier = 0);
|
| void addMessage(MessageSource, MessageLevel, const String& message, PassRefPtr<ScriptCallStack>);
|
| - void addMessage(MessageSource, MessageLevel, const String& message, unsigned long requestIdentifier = 0, Document* = 0);
|
| + void addMessage(MessageSource, MessageLevel, const String& message, unsigned long requestIdentifier = 0, Document* = 0, ParserStateCollectionDisposition parserStateDisposition = DoNotForceParserStateCollection);
|
|
|
| static void mute();
|
| static void unmute();
|
|
|