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

Unified Diff: third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl

Issue 2138673002: IDL: Remove duplicated typedefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl b/third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl
index d0cd7ee102d0b654ca6a450bbe7d62e9efa63dc8..bfd0b24d41c43d7bb0a4e4a384696c02234473fb 100644
--- a/third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl
+++ b/third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl
@@ -4,8 +4,6 @@
// http://w3c.github.io/push-api/#pushmessagedata-interface
-typedef object JSON;
johnme 2016/07/11 11:00:46 It's rather awkward for modules/push_messaging/Pus
bashi 2016/07/11 23:19:18 Done.
-
[
Exposed=ServiceWorker,
] interface PushMessageData {

Powered by Google App Engine
This is Rietveld 408576698