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

Unified Diff: Source/bindings/v8/MIDIAccessResolver.h

Issue 218493013: Use NewScriptState in MIDIAccessResolver, CustomElementLifecycleCallbacks and V8MutationCallbacks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/bindings/v8/MIDIAccessResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/MIDIAccessResolver.h
diff --git a/Source/bindings/v8/MIDIAccessResolver.h b/Source/bindings/v8/MIDIAccessResolver.h
index cfceb23920db8dd692a8fbb817a0cc16da2ce5c6..877e81e1d8eb261efa9b65eead8b25e593575b82 100644
--- a/Source/bindings/v8/MIDIAccessResolver.h
+++ b/Source/bindings/v8/MIDIAccessResolver.h
@@ -12,7 +12,6 @@
namespace WebCore {
class DOMError;
-class DOMWrapperWorld;
class ExecutionContext;
class MIDIAccess;
@@ -34,7 +33,7 @@ private:
MIDIAccessResolver(PassRefPtr<ScriptPromiseResolver>, v8::Isolate*);
RefPtr<ScriptPromiseResolver> m_resolver;
- RefPtr<DOMWrapperWorld> m_world;
+ RefPtr<NewScriptState> m_scriptState;
};
} // namespace WebCore
« no previous file with comments | « no previous file | Source/bindings/v8/MIDIAccessResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698