| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index f9891abd076f8c367d6b1a85a92972c22e54974b..0db3c83787b7ce6b76d5f41a3cc8420199863b8d 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -74,6 +74,7 @@ typedef StaticNodeTypeList<Node> StaticNodeList;
|
| class TypeConversions;
|
|
|
| class Internals FINAL : public RefCountedWillBeGarbageCollectedFinalized<Internals>, public ScriptWrappable, public ContextLifecycleObserver {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<Internals> create(Document*);
|
| virtual ~Internals();
|
| @@ -331,4 +332,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // Internals_h
|
|
|