Index: Source/core/page/PageConsole.h |
diff --git a/Source/core/page/PageConsole.h b/Source/core/page/PageConsole.h |
index c4bccffbfdced8436a06e993e971fe556b9e7b2d..f65cbb1a6f045004313c465365e7511d8626a15b 100644 |
--- a/Source/core/page/PageConsole.h |
+++ b/Source/core/page/PageConsole.h |
@@ -50,6 +50,7 @@ public: |
void addMessage(MessageSource, MessageLevel, const String& message); |
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>); |
+ static String formatStackTraceString(const String& originalMessage, PassRefPtr<ScriptCallStack>); |
static void mute(); |
static void unmute(); |