| 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
|
|
|