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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h

Issue 2141673002: [DevTools] Always send a copy of worker message through the page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 5 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/platform/v8_inspector/public/V8ConsoleTypes.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h
index 75f26fe2952550abe08a2d81217aa32959bed843..544da404cce0242280c97948349bdd1d4d6c0583 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h
@@ -18,6 +18,7 @@ enum MessageSource {
SecurityMessageSource,
OtherMessageSource,
DeprecationMessageSource,
+ WorkerMessageSource
};
enum MessageLevel {

Powered by Google App Engine
This is Rietveld 408576698