| Index: third_party/WebKit/Source/core/html/imports/HTMLImport.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImport.h b/third_party/WebKit/Source/core/html/imports/HTMLImport.h
|
| index cd68791d5cbb8cb083bb8b3eec3dbfeaed0c753a..17f71b75b8f5eca3971a7cdc49d2d1bb1cc4bcc8 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImport.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImport.h
|
| @@ -91,8 +91,7 @@ class HTMLImportLoader;
|
|
|
| // The superclass of HTMLImportTreeRoot and HTMLImportChild
|
| // This represents the import tree data structure.
|
| -class HTMLImport : public NoBaseWillBeGarbageCollectedFinalized<HTMLImport>, public TreeNode<HTMLImport> {
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(HTMLImport);
|
| +class HTMLImport : public GarbageCollectedFinalized<HTMLImport>, public TreeNode<HTMLImport> {
|
| public:
|
| enum SyncMode {
|
| Sync = 0,
|
|
|