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

Unified Diff: third_party/WebKit/Source/modules/eventsource/EventSource.idl

Issue 2572603002: ABANDONED CL: Rename readyState() to getReadyState(). (Closed)
Patch Set: Created 4 years 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/eventsource/EventSource.idl
diff --git a/third_party/WebKit/Source/modules/eventsource/EventSource.idl b/third_party/WebKit/Source/modules/eventsource/EventSource.idl
index fc77eaa6d66d5c21d2c5935406262a90bb15a9cb..9f86a95974eefe67cf278e61e3bca3a4d43738ee 100644
--- a/third_party/WebKit/Source/modules/eventsource/EventSource.idl
+++ b/third_party/WebKit/Source/modules/eventsource/EventSource.idl
@@ -46,7 +46,7 @@
const unsigned short CONNECTING = 0;
const unsigned short OPEN = 1;
const unsigned short CLOSED = 2;
- readonly attribute unsigned short readyState;
+ [ImplementedAs=getReadyState] readonly attribute unsigned short readyState;
// networking
attribute EventHandler onopen;

Powered by Google App Engine
This is Rietveld 408576698