| Index: third_party/WebKit/Source/core/css/StyleSheet.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheet.h b/third_party/WebKit/Source/core/css/StyleSheet.h
|
| index 19cf11ffdb1c6e552ffb19bf8ca407c9e708facc..7eb925ede68eeb539695d323ce710a5bebd8e485 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheet.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheet.h
|
| @@ -34,7 +34,7 @@ class MediaList;
|
| class Node;
|
| class StyleSheet;
|
|
|
| -class CORE_EXPORT StyleSheet : public RefCountedWillBeGarbageCollectedFinalized<StyleSheet>, public ScriptWrappable {
|
| +class CORE_EXPORT StyleSheet : public GarbageCollectedFinalized<StyleSheet>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| StyleSheet() { }
|
|
|