Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1223)

Unified Diff: third_party/WebKit/Source/core/inspector/ConsoleMessage.h

Issue 1949793002: Emit a console warning when blocking event listener is delayed for too long (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/inspector/ConsoleMessage.h
diff --git a/third_party/WebKit/Source/core/inspector/ConsoleMessage.h b/third_party/WebKit/Source/core/inspector/ConsoleMessage.h
index 499fdbb85798e1bdeae95836dda93271764ab9f9..a1211ba3020cde4b3058be4eab9ea4ba8ff58350 100644
--- a/third_party/WebKit/Source/core/inspector/ConsoleMessage.h
+++ b/third_party/WebKit/Source/core/inspector/ConsoleMessage.h
@@ -38,6 +38,8 @@ public:
void setURL(const String&);
unsigned lineNumber() const;
void setLineNumber(unsigned);
+ unsigned columnNumber() const;
+ void setColumnNumber(unsigned);
PassRefPtr<ScriptCallStack> callStack() const;
void setCallStack(PassRefPtr<ScriptCallStack>);
ScriptState* getScriptState() const;
@@ -58,7 +60,6 @@ public:
MessageSource source() const;
MessageLevel level() const;
const String& message() const;
- unsigned columnNumber() const;
void frameWindowDiscarded(LocalDOMWindow*);
unsigned argumentCount();
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.in ('k') | third_party/WebKit/Source/core/inspector/ConsoleMessage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698