| Index: sky/engine/core/dom/ClientRect.h
|
| diff --git a/sky/engine/core/dom/ClientRect.h b/sky/engine/core/dom/ClientRect.h
|
| index 8270bb05f067501efda64e270a74958c373a7ad4..454688e95fe1e5e4749f4f60a724541e927f79ee 100644
|
| --- a/sky/engine/core/dom/ClientRect.h
|
| +++ b/sky/engine/core/dom/ClientRect.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef SKY_ENGINE_CORE_DOM_CLIENTRECT_H_
|
| #define SKY_ENGINE_CORE_DOM_CLIENTRECT_H_
|
|
|
| -#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/tonic/dart_wrappable.h"
|
| #include "sky/engine/platform/geometry/FloatRect.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| @@ -37,7 +37,7 @@ namespace blink {
|
|
|
| class IntRect;
|
|
|
| -class ClientRect final : public RefCounted<ClientRect>, public ScriptWrappable {
|
| +class ClientRect final : public RefCounted<ClientRect>, public DartWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<ClientRect> create()
|
|
|