Index: third_party/WebKit/Source/core/frame/Deprecation.cpp |
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
index f925991c5e122f461bf492f8762fcb2785f413ea..7075cf78eba9e755641f75526342a3fa3d8437bd 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -57,8 +57,6 @@ void Deprecation::warnOnDeprecatedProperties(const LocalFrame* frame, CSSPropert |
String Deprecation::deprecationMessage(CSSPropertyID unresolvedProperty) |
{ |
switch (unresolvedProperty) { |
Timothy Loh
2016/02/29 02:36:32
this doesn't compile on some platforms. maybe we s
nainar
2016/02/29 03:18:33
Returning an empty string for now and leaving a co
|
- case CSSPropertyWebkitBackgroundComposite: |
- return willBeRemoved("'-webkit-background-composite'", 51, "6607299456008192"); |
default: |
return emptyString(); |
} |