| Index: Source/core/testing/RefCountedScriptWrappable.h
|
| diff --git a/Source/core/testing/RefCountedScriptWrappable.h b/Source/core/testing/RefCountedScriptWrappable.h
|
| index 81d9dd630793276f103442a49d2a51db0a55f0d3..56135e6e23b5dff5e0bb2b41dd0f2923883ba0cc 100644
|
| --- a/Source/core/testing/RefCountedScriptWrappable.h
|
| +++ b/Source/core/testing/RefCountedScriptWrappable.h
|
| @@ -13,6 +13,7 @@
|
| namespace blink {
|
|
|
| class RefCountedScriptWrappable : public RefCounted<RefCountedScriptWrappable>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<RefCountedScriptWrappable> create(const String&);
|
| virtual ~RefCountedScriptWrappable();
|
| @@ -28,4 +29,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // #ifndef RefCountedScriptWrappable_h
|
| +#endif // RefCountedScriptWrappable_h
|
|
|