| Index: third_party/WebKit/Source/core/dom/CommonDefinitions.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/CommonDefinitions.idl b/third_party/WebKit/Source/core/dom/CommonDefinitions.idl
|
| index 30bb95fee5f5b1b634d24faa309abb41b7109202..8646c79584a7e7f640ab5429292788d8c4912a8f 100644
|
| --- a/third_party/WebKit/Source/core/dom/CommonDefinitions.idl
|
| +++ b/third_party/WebKit/Source/core/dom/CommonDefinitions.idl
|
| @@ -6,3 +6,7 @@
|
|
|
| typedef (ArrayBuffer or ArrayBufferView) BufferSource;
|
| typedef unsigned long long DOMTimeStamp;
|
| +
|
| +// typedefs used in multiple files.
|
| +
|
| +typedef object JSON;
|
|
|