| Index: third_party/WebKit/Source/core/dom/DOMURL.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMURL.h b/third_party/WebKit/Source/core/dom/DOMURL.h
|
| index 4587cb14d8cac439704cdaadca2f580ddfeda8e8..c7ce2bb9f0768bf880d36fbac8d23944b9e8b1b2 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMURL.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMURL.h
|
| @@ -56,9 +56,6 @@ public:
|
| }
|
| ~DOMURL();
|
|
|
| - static String createObjectURL(ExecutionContext*, Blob*, ExceptionState&);
|
| - static void revokeObjectURL(ExecutionContext*, const String&);
|
| -
|
| CORE_EXPORT static String createPublicURL(ExecutionContext*, URLRegistrable*, const String& uuid = String());
|
| static void revokeObjectUUID(ExecutionContext*, const String&);
|
|
|
|
|