| Index: public/web/WebBlob.h
|
| diff --git a/public/web/WebBlob.h b/public/web/WebBlob.h
|
| index 1a2bde0fe8c98b54c30af8f79358aa5e168132e5..35db09cf488dbb35a425b950aff5d7e5597ab7ac 100644
|
| --- a/public/web/WebBlob.h
|
| +++ b/public/web/WebBlob.h
|
| @@ -62,6 +62,7 @@ public:
|
| return *this;
|
| }
|
|
|
| + BLINK_EXPORT static WebBlob createFromUUID(const WebString& uuid, const WebString& type, long long size);
|
| BLINK_EXPORT static WebBlob createFromFile(const WebString& path, long long size);
|
| BLINK_EXPORT static WebBlob fromV8Value(v8::Handle<v8::Value>);
|
|
|
|
|