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

Unified Diff: Source/bindings/core/v8/V8Initializer.h

Issue 650203003: Revert of Catch uncaught promise rejections from V8 and log to console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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: Source/bindings/core/v8/V8Initializer.h
diff --git a/Source/bindings/core/v8/V8Initializer.h b/Source/bindings/core/v8/V8Initializer.h
index 05263eefff3d88ea0fe186ac8b59c9b4c6e7eeef..22df834e3ce3ce7554331575bb01c8899014276e 100644
--- a/Source/bindings/core/v8/V8Initializer.h
+++ b/Source/bindings/core/v8/V8Initializer.h
@@ -34,7 +34,6 @@
public:
static void initializeMainThreadIfNeeded();
static void initializeWorker(v8::Isolate*);
- static void reportRejectedPromises();
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698