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

Unified Diff: Source/core/html/parser/CSSPreloadScanner.h

Issue 110843004: Replaced HTMLIdentifier with an atomized string factory function (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 7 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 | « Source/core/html/parser/AtomicHTMLToken.h ('k') | Source/core/html/parser/CSSPreloadScanner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/CSSPreloadScanner.h
diff --git a/Source/core/html/parser/CSSPreloadScanner.h b/Source/core/html/parser/CSSPreloadScanner.h
index 07e3b175d0c7b6a9077ce29f4fa587786edb481a..7161a27434e7b4e0608f159183beaa8edca2cebd 100644
--- a/Source/core/html/parser/CSSPreloadScanner.h
+++ b/Source/core/html/parser/CSSPreloadScanner.h
@@ -45,7 +45,7 @@ public:
void reset();
void scan(const HTMLToken::DataVector&, const SegmentedString&, PreloadRequestStream&);
- void scan(const HTMLIdentifier&, const SegmentedString&, PreloadRequestStream&);
+ void scan(const String&, const SegmentedString&, PreloadRequestStream&);
private:
enum State {
« no previous file with comments | « Source/core/html/parser/AtomicHTMLToken.h ('k') | Source/core/html/parser/CSSPreloadScanner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698