| Index: Source/core/html/TextMetrics.h
|
| diff --git a/Source/core/html/TextMetrics.h b/Source/core/html/TextMetrics.h
|
| index 4f6a34278062be5572118e9baf47978612753a03..984cfe73e59b9efaafe8eb443c13c1df59de526a 100644
|
| --- a/Source/core/html/TextMetrics.h
|
| +++ b/Source/core/html/TextMetrics.h
|
| @@ -34,6 +34,7 @@
|
| namespace blink {
|
|
|
| class TextMetrics FINAL : public RefCountedWillBeGarbageCollected<TextMetrics>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<TextMetrics> create() { return adoptRefWillBeNoop(new TextMetrics); }
|
|
|
|
|