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

Unified Diff: third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h

Issue 2568443002: INPUT element: Do not use identical ID name for SearchFieldCancelButtonElement and ClearButtonEleme… (Closed)
Patch Set: step_func_done 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/core/html/shadow/ShadowElementNames.h
diff --git a/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h b/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h
index e1e3ce3523d85b249ef40cac9ed4b9f946fe9278..28e575d0a7569121810d0ed4eb91f99a3aade979 100644
--- a/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h
+++ b/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h
@@ -48,6 +48,7 @@ const AtomicString& editingViewPort();
const AtomicString& innerEditor();
const AtomicString& pickerIndicator();
const AtomicString& placeholder();
+const AtomicString& searchClearButton();
const AtomicString& searchDecoration();
CORE_EXPORT const AtomicString& sliderThumb();
const AtomicString& sliderTrack();

Powered by Google App Engine
This is Rietveld 408576698