Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: public/web/WebBlob.h

Issue 23992003: blob hacking webcore style (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/platform/WebHTTPBody.h ('k') | public/web/WebSerializedScriptValueVersion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
#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(); }
« no previous file with comments | « public/platform/WebHTTPBody.h ('k') | public/web/WebSerializedScriptValueVersion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698