| Index: Source/core/testing/PrivateScriptTest.h
|
| diff --git a/Source/core/testing/PrivateScriptTest.h b/Source/core/testing/PrivateScriptTest.h
|
| index c0fb370916f287c0d4f2f1d493f70320c44b3f5d..e7c40f904ff5e06ce617a012061580c4e2ed9e1c 100644
|
| --- a/Source/core/testing/PrivateScriptTest.h
|
| +++ b/Source/core/testing/PrivateScriptTest.h
|
| @@ -15,6 +15,7 @@ namespace blink {
|
| class LocalFrame;
|
|
|
| class PrivateScriptTest : public GarbageCollectedFinalized<PrivateScriptTest>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PrivateScriptTest* create(LocalFrame* frame)
|
| {
|
| @@ -35,4 +36,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // PrivateScriptTest_h
|
|
|