Chromium Code Reviews| Index: Source/core/dom/ErrorEvent.idl |
| diff --git a/Source/core/dom/ErrorEvent.idl b/Source/core/dom/ErrorEvent.idl |
| index 612a97008014335d3c1679ce1dfbf5afdb2a9ffb..c2bb8631ea31250538f04728b9ebd70cb9e9f373 100644 |
| --- a/Source/core/dom/ErrorEvent.idl |
| +++ b/Source/core/dom/ErrorEvent.idl |
| @@ -34,5 +34,6 @@ |
| [InitializedByEventConstructor] readonly attribute DOMString message; |
| [InitializedByEventConstructor] readonly attribute DOMString filename; |
| [InitializedByEventConstructor] readonly attribute unsigned long lineno; |
| + //[InitializedByEventConstructor] readonly attribute unsigned long column; |
|
haraken
2013/07/19 15:57:31
Please add a FIXME.
|
| }; |