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

Unified Diff: third_party/WebKit/public/platform/WebString.h

Issue 2025503002: Revert of Expand WTF::StringView's API to be more like StringPiece. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/Source/wtf/wtf.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebString.h
diff --git a/third_party/WebKit/public/platform/WebString.h b/third_party/WebKit/public/platform/WebString.h
index 41720874a94a7e8ce5d729d6dffaf558b38c899e..8e4bbcc473ca4f4d985f70d943cf953a5734dfad 100644
--- a/third_party/WebKit/public/platform/WebString.h
+++ b/third_party/WebKit/public/platform/WebString.h
@@ -120,8 +120,6 @@
BLINK_COMMON_EXPORT WebString& operator=(const WTF::String&);
BLINK_COMMON_EXPORT operator WTF::String() const;
- BLINK_COMMON_EXPORT operator WTF::StringView() const;
-
BLINK_COMMON_EXPORT WebString(const WTF::AtomicString&);
BLINK_COMMON_EXPORT WebString& operator=(const WTF::AtomicString&);
BLINK_COMMON_EXPORT operator WTF::AtomicString() const;
« no previous file with comments | « third_party/WebKit/Source/wtf/wtf.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698