| Index: third_party/WebKit/Source/modules/mediastream/URLMediaStream.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/URLMediaStream.h b/third_party/WebKit/Source/modules/mediastream/URLMediaStream.h
|
| index 7f7266d8651d8dc1a879db618a2f4d51e6efeba3..da22ba1b5a8c64a3c425d7e5785a5dc3d6adfe90 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/URLMediaStream.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/URLMediaStream.h
|
| @@ -37,13 +37,13 @@
|
| namespace blink {
|
|
|
| class MediaStream;
|
| -class ExecutionContext;
|
| +class ScriptState;
|
|
|
| class URLMediaStream {
|
| STATIC_ONLY(URLMediaStream);
|
|
|
| public:
|
| - static String createObjectURL(ExecutionContext*, MediaStream*);
|
| + static String createObjectURL(ScriptState*, MediaStream*);
|
| };
|
|
|
| } // namespace blink
|
|
|