| Index: Source/core/css/StyleSheet.h
|
| diff --git a/Source/core/css/StyleSheet.h b/Source/core/css/StyleSheet.h
|
| index 907cdb58da4b6533a8d51182177ec089e9170dba..5551ae082f8771b254d2877fb8fb4cedf98f40c9 100644
|
| --- a/Source/core/css/StyleSheet.h
|
| +++ b/Source/core/css/StyleSheet.h
|
| @@ -36,6 +36,7 @@ class Node;
|
| class StyleSheet;
|
|
|
| class StyleSheet : public RefCountedWillBeGarbageCollectedFinalized<StyleSheet>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| StyleSheet()
|
| {
|
| @@ -61,6 +62,6 @@ public:
|
| virtual void trace(Visitor*) { }
|
| };
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| #endif
|
|
|