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

Unified Diff: Source/core/frame/UseCounter.cpp

Issue 973873002: Remove deprecated URL attribute alias from EventSource interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 10 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 | « Source/core/frame/UseCounter.h ('k') | Source/core/page/EventSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index 4ea94e6294ce980f1eb92efa9b499e11b6c479bb..87e658450743099f0ff006c72bb7024c9e6e9c92 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -761,9 +761,6 @@ String UseCounter::deprecationMessage(Feature feature)
case SyncXHRWithCredentials:
return "Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated.";
- case EventSourceURL:
- return replacedBy("EventSource.URL", "EventSource.url");
-
case HTMLTableElementVspace:
return "The 'vspace' attribute on table is deprecated. Please use CSS margin-top and margin-bottom property instead.";
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/page/EventSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698