git://git.webkit.org
/
WebKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2011-01-25 Dimitri Glazkov <dglazkov@chromium.org>
[WebKit.git]
/
Source
/
WebCore
/
html
/
shadow
/
SliderThumbElement.cpp
diff --git
a/Source/WebCore/html/shadow/SliderThumbElement.cpp
b/Source/WebCore/html/shadow/SliderThumbElement.cpp
index 762edda449b57ae76f610ec64cba7dcb15ee3af7..83148d0c5e960ae166de8a2510bb776cd7828f4c 100644
(file)
--- a/
Source/WebCore/html/shadow/SliderThumbElement.cpp
+++ b/
Source/WebCore/html/shadow/SliderThumbElement.cpp
@@
-184,5
+184,11
@@
void SliderThumbElement::detach()
HTMLDivElement::detach();
}
+const AtomicString& SliderThumbElement::shadowPseudoId() const
+{
+ DEFINE_STATIC_LOCAL(AtomicString, sliderThumb, ("-webkit-slider-thumb"));
+ return sliderThumb;
+}
+
}