Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DocumentSupplementable.h
index 9b5e779..0156646 100644 (file)
@@ -34,8 +34,8 @@ namespace WebCore {
 
 class Document;
 
-typedef Supplementable<Document> DocumentSupplementable;
-typedef Supplement<Document> DocumentSupplement;
+typedef WillBeHeapSupplementable<Document> DocumentSupplementable;
+typedef WillBeHeapSupplement<Document> DocumentSupplement;
 
 } // namespace WebCore