| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 7df119462ff05725778b6365c2d56b16140bdbde..4a717afb561ae0db988d676b426c32ead891b172 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
|
|
|