Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: third_party/WebKit/Source/core/dom/CommonDefinitions.idl

Issue 2138673002: IDL: Remove duplicated typedefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/File.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/File.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698