Chromium Code Reviews| Index: core/frame/WebKitPoint.idl |
| diff --git a/core/frame/WebKitPoint.idl b/core/frame/WebKitPoint.idl |
| index bddd6759e0ba17b9fdeb13a2d5efac3ff41a1a97..cc11b47972b961cbca785c28d158e12a52036ea1 100644 |
| --- a/core/frame/WebKitPoint.idl |
| +++ b/core/frame/WebKitPoint.idl |
| @@ -26,7 +26,7 @@ |
| [ |
| CustomConstructor, |
| CustomConstructor(float x, float y), |
| - ImplementedAs=DOMPoint, |
| + MeasureAs=WebKitPoint, |
| WillBeGarbageCollected, |
| ] interface WebKitPoint { |
| attribute float x; |