| Index: third_party/WebKit/Source/core/fileapi/URLFileAPI.h
|
| diff --git a/third_party/WebKit/Source/core/fileapi/URLFileAPI.h b/third_party/WebKit/Source/core/fileapi/URLFileAPI.h
|
| index 9ffa50eb1f3fec4e484be90e3ebfea3275a69afd..032e73cf6d9ab9d4b261616a6a18a24e13fbd782 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/URLFileAPI.h
|
| +++ b/third_party/WebKit/Source/core/fileapi/URLFileAPI.h
|
| @@ -11,15 +11,15 @@
|
| namespace blink {
|
|
|
| class ExceptionState;
|
| -class ExecutionContext;
|
| +class ScriptState;
|
| class Blob;
|
|
|
| class URLFileAPI {
|
| STATIC_ONLY(URLFileAPI);
|
|
|
| public:
|
| - static String createObjectURL(ExecutionContext*, Blob*, ExceptionState&);
|
| - static void revokeObjectURL(ExecutionContext*, const String&);
|
| + static String createObjectURL(ScriptState*, Blob*, ExceptionState&);
|
| + static void revokeObjectURL(ScriptState*, const String&);
|
| };
|
|
|
| } // namespace blink
|
|
|