| Index: Source/core/dom/ClientRect.h
|
| diff --git a/Source/core/dom/ClientRect.h b/Source/core/dom/ClientRect.h
|
| index 4047dfc196b0f19a8c197b09c906701a57e34260..c0c8ff9854c020616f00997dccc6ce7c7881b4eb 100644
|
| --- a/Source/core/dom/ClientRect.h
|
| +++ b/Source/core/dom/ClientRect.h
|
| @@ -38,6 +38,7 @@ namespace blink {
|
| class IntRect;
|
|
|
| class ClientRect FINAL : public RefCountedWillBeGarbageCollected<ClientRect>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<ClientRect> create()
|
| {
|
|
|