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

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

Issue 45173005: Move *Tags / *Attrs arrays from .data to .data.rel.ro section (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 | « Source/core/html/HTMLObjectElement.cpp ('k') | Source/core/html/parser/HTMLIdentifier.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLIdentifier.h
diff --git a/Source/core/html/parser/HTMLIdentifier.h b/Source/core/html/parser/HTMLIdentifier.h
index 1aec5f7d7d737011e26d50bcb0f37bd32334d23e..54e1a3a0acdda238187b1d1239b54a835320c533 100644
--- a/Source/core/html/parser/HTMLIdentifier.h
+++ b/Source/core/html/parser/HTMLIdentifier.h
@@ -72,7 +72,7 @@ public:
private:
static unsigned maxNameLength;
static StringImpl* findIfKnown(const UChar* characters, unsigned length);
- static void addNames(QualifiedName** names, unsigned namesCount, unsigned indexOffset);
+ static void addNames(const QualifiedName* const* names, unsigned namesCount, unsigned indexOffset);
String m_string;
};
« no previous file with comments | « Source/core/html/HTMLObjectElement.cpp ('k') | Source/core/html/parser/HTMLIdentifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698