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

Unified Diff: third_party/WebKit/Source/core/css/CSSMarkup.h

Issue 1498473004: CSS.escape('\0') should not throw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding idl file changes Created 5 years 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/core/css/CSS.idl ('k') | third_party/WebKit/Source/core/css/CSSMarkup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSMarkup.h
diff --git a/third_party/WebKit/Source/core/css/CSSMarkup.h b/third_party/WebKit/Source/core/css/CSSMarkup.h
index 4da7037fc2ad9621f72c6071e7b474da3228512d..9371e94caa39ec76f903a7d8be15e88f70688084 100644
--- a/third_party/WebKit/Source/core/css/CSSMarkup.h
+++ b/third_party/WebKit/Source/core/css/CSSMarkup.h
@@ -33,7 +33,7 @@ String quoteCSSStringIfNeeded(const String&);
String quoteCSSURLIfNeeded(const String&);
// Common serializing methods. See: http://dev.w3.org/csswg/cssom/#common-serializing-idioms
-bool serializeIdentifier(const String& identifier, StringBuilder& appendTo);
+void serializeIdentifier(const String& identifier, StringBuilder& appendTo);
void serializeString(const String&, StringBuilder& appendTo);
String serializeString(const String&);
String serializeURI(const String&);
« no previous file with comments | « third_party/WebKit/Source/core/css/CSS.idl ('k') | third_party/WebKit/Source/core/css/CSSMarkup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698