| Index: Source/core/testing/InternalProfilers.h
|
| diff --git a/Source/core/testing/InternalProfilers.h b/Source/core/testing/InternalProfilers.h
|
| index dceaf2e5fdd55bb3a5f9e1c7ba00dfbe5ad7ba96..d45f29d0c75f855dc69881275d72ddb1c53bff7f 100644
|
| --- a/Source/core/testing/InternalProfilers.h
|
| +++ b/Source/core/testing/InternalProfilers.h
|
| @@ -40,6 +40,7 @@
|
| namespace blink {
|
|
|
| class InternalProfilers : public RefCountedWillBeGarbageCollected<InternalProfilers>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| InternalProfilers();
|
|
|
| @@ -58,4 +59,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // InternalProfilers_h
|
|
|