Index: third_party/WebKit/Source/core/dom/DOMQuad.idl |
diff --git a/third_party/WebKit/Source/core/dom/DOMQuad.idl b/third_party/WebKit/Source/core/dom/DOMQuad.idl |
index 9063cb12e82adcd282d232bcb255a931a46dd724..061e9da972347baa347b8c220d6be942fc30ec99 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMQuad.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMQuad.idl |
@@ -20,5 +20,5 @@ interface DOMQuad { |
[SameObject] readonly attribute DOMPoint p4; |
// TODO(hs1217.lee): [NewObject] DOMRect getBounds(); |
- // TODO(hs1217.lee): serializer = { attribute }; |
+ serializer = { attribute }; |
}; |