| 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
|
|
|
|
|