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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years 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/modules/webmidi/MIDIAccess.cpp
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp b/third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp
index 20fe77d7df5d7f76e11a2776831a258f69afa3da..4c5f059ed687ffe3a5d298216a5d4b60f4634f7a 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp
@@ -64,8 +64,7 @@ MIDIAccess::MIDIAccess(
bool sysexEnabled,
const Vector<MIDIAccessInitializer::PortDescriptor>& ports,
ExecutionContext* executionContext)
- : ActiveScriptWrappable<MIDIAccess>(this),
- SuspendableObject(executionContext),
+ : SuspendableObject(executionContext),
m_accessor(std::move(accessor)),
m_sysexEnabled(sysexEnabled),
m_hasPendingActivity(false) {

Powered by Google App Engine
This is Rietveld 408576698