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."; |