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

Unified Diff: third_party/WebKit/Source/core/events/PromiseRejectionEvent.h

Issue 2675943003: Remove custom left overs from object grouping (Closed)
Patch Set: Rebase (0 changes) Created 3 years, 10 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/events/PromiseRejectionEvent.h
diff --git a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
index 0ea862cd7244c88a0a90b54d853c869a54986e07..7c94c82f301a03f3285f4212e6b5e01b12647fab 100644
--- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
+++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
@@ -31,8 +31,6 @@ class CORE_EXPORT PromiseRejectionEvent final : public Event {
ScriptValue reason(ScriptState*) const;
ScriptPromise promise(ScriptState*) const;
- void setWrapperReference(v8::Isolate*, const v8::Persistent<v8::Object>&);
-
const AtomicString& interfaceName() const override;
// PromiseRejectionEvents are similar to ErrorEvents in that they can't be

Powered by Google App Engine
This is Rietveld 408576698