Chromium Code Reviews| Index: Source/core/page/DOMPoint.idl |
| diff --git a/Source/core/page/DOMPoint.idl b/Source/core/page/DOMPoint.idl |
| index 9ee5450af3c672fe8b7d5abd8c74b385fb1b4077..b5fb534870c66f5a130eeb71694134bcbd1015f7 100644 |
| --- a/Source/core/page/DOMPoint.idl |
| +++ b/Source/core/page/DOMPoint.idl |
| @@ -26,7 +26,7 @@ |
| [ |
| CustomConstructor, |
| CustomConstructor(float x, float y), |
| - InterfaceName=WebKitPoint, |
| + InterfaceName=WebKitPoint |
| ] interface DOMPoint { |
| attribute float x; |
| attribute float y; |