Chromium Code Reviews| Index: public/web/WebBlob.h |
| diff --git a/public/web/WebBlob.h b/public/web/WebBlob.h |
| index 490de0cb52132630087547ed76f3807d53988f4e..f43be34dd7feba04d94ae3c9a03796480807d59d 100644 |
| --- a/public/web/WebBlob.h |
| +++ b/public/web/WebBlob.h |
| @@ -31,6 +31,7 @@ |
| #ifndef WebBlob_h |
| #define WebBlob_h |
| +#include "../platform/WebBlobData.h" |
|
kinuko
2013/09/30 11:31:53
ditto. Is this change necessary?
michaeln
2013/09/30 20:50:24
Yes, this ensures code compiled against this .h fi
|
| #include "../platform/WebCommon.h" |
| #include "../platform/WebPrivatePtr.h" |
| #include "../platform/WebString.h" |
| @@ -62,7 +63,7 @@ public: |
| BLINK_EXPORT void reset(); |
| BLINK_EXPORT void assign(const WebBlob&); |
| - BLINK_EXPORT WebURL url(); |
| + BLINK_EXPORT WebString uuid(); |
| bool isNull() const { return m_private.isNull(); } |