Index: Source/core/html/shadow/ShadowElementNames.cpp |
diff --git a/Source/core/html/shadow/ShadowElementNames.cpp b/Source/core/html/shadow/ShadowElementNames.cpp |
index d4f2512706975bf639efe73ce7a5109946b9aff3..6d1e44cc134da27759b64b34d88c279f4f3db520 100644 |
--- a/Source/core/html/shadow/ShadowElementNames.cpp |
+++ b/Source/core/html/shadow/ShadowElementNames.cpp |
@@ -107,12 +107,6 @@ const AtomicString& sliderTrack() |
return name; |
} |
-const AtomicString& speechButton() |
adamk
2014/09/15 17:36:01
Guessing this was unused? Deserves at least a pass
|
-{ |
- DEFINE_STATIC_LOCAL(AtomicString, name, ("speech", AtomicString::ConstructFromLiteral)); |
- return name; |
-} |
- |
const AtomicString& textFieldContainer() |
{ |
DEFINE_STATIC_LOCAL(AtomicString, name, ("text-field-container", AtomicString::ConstructFromLiteral)); |