| Index: Source/core/dom/DOMURL.h
|
| diff --git a/Source/core/dom/DOMURL.h b/Source/core/dom/DOMURL.h
|
| index fd531344134f02f0b4a1670d6ffcb44c45f5b4dd..60a4af25d3fff6f08685cd25b24d09b86aee8678 100644
|
| --- a/Source/core/dom/DOMURL.h
|
| +++ b/Source/core/dom/DOMURL.h
|
| @@ -59,7 +59,7 @@ public:
|
| return adoptRefWillBeNoop(new DOMURL(url, base->m_url, exceptionState));
|
| }
|
|
|
| - static String createObjectURL(ExecutionContext*, Blob*);
|
| + static String createObjectURL(ExecutionContext*, Blob*, ExceptionState&);
|
| static void revokeObjectURL(ExecutionContext*, const String&);
|
|
|
| static String createPublicURL(ExecutionContext*, URLRegistrable*, const String& uuid = String());
|
|
|