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

Unified Diff: Source/core/dom/DocumentSupplementable.h

Issue 645443003: Move parts of core/dom to C++11 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed nit Created 6 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/dom/DocumentStyleSheetCollection.cpp ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentSupplementable.h
diff --git a/Source/core/dom/DocumentSupplementable.h b/Source/core/dom/DocumentSupplementable.h
index 4456800d8dba37bcbcd2e335dd372ce8601a652f..56649e303b628638bc66cfd1c35426848a554f83 100644
--- a/Source/core/dom/DocumentSupplementable.h
+++ b/Source/core/dom/DocumentSupplementable.h
@@ -34,8 +34,8 @@ namespace blink {
class Document;
-typedef WillBeHeapSupplementable<Document> DocumentSupplementable;
-typedef WillBeHeapSupplement<Document> DocumentSupplement;
+using DocumentSupplementable = WillBeHeapSupplementable<Document>;
+using DocumentSupplement = WillBeHeapSupplement<Document>;
} // namespace blink
« no previous file with comments | « Source/core/dom/DocumentStyleSheetCollection.cpp ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698