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

Unified Diff: third_party/WebKit/WebCore/dom/NamedAttrMap.h

Issue 20076: WebKit merge 40500:40539 [WebKit side] (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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
Index: third_party/WebKit/WebCore/dom/NamedAttrMap.h
===================================================================
--- third_party/WebKit/WebCore/dom/NamedAttrMap.h (revision 9118)
+++ third_party/WebKit/WebCore/dom/NamedAttrMap.h (working copy)
@@ -52,7 +52,7 @@
Attribute* getAttributeItem(const QualifiedName&) const;
void shrinkToLength() { m_attributes.shrinkCapacity(length()); }
- void reserveCapacity(unsigned capacity) { m_attributes.reserveCapacity(capacity); }
+ void reserveInitialCapacity(unsigned capacity) { m_attributes.reserveInitialCapacity(capacity); }
// used during parsing: only inserts if not already there
// no error checking!
« no previous file with comments | « third_party/WebKit/WebCore/dom/GenericWorkerTask.h ('k') | third_party/WebKit/WebCore/dom/ScriptExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698