Chromium Code Reviews| Index: Source/core/css/DOMWindowCSS.h |
| diff --git a/Source/core/css/DOMWindowCSS.h b/Source/core/css/DOMWindowCSS.h |
| index b36ed5243de5e53e2be8aeb3ca697fb8fb71c254..d18d4d453e9e82af3a815bc032441bd3c29e6cae 100644 |
| --- a/Source/core/css/DOMWindowCSS.h |
| +++ b/Source/core/css/DOMWindowCSS.h |
| @@ -43,8 +43,8 @@ class DOMWindowCSS : public RefCountedWillBeGarbageCollected<DOMWindowCSS>, publ |
| public: |
| static PassRefPtrWillBeRawPtr<DOMWindowCSS> create(); |
|
Timothy Loh
2015/06/11 01:06:36
unneeded now?
ramya.v
2015/06/11 06:25:32
Used only by LocalDOMWindow. No longer needed.
Don
|
| - bool supports(const String& property, const String& value) const; |
| - bool supports(const String& conditionText) const; |
| + static bool supports(const String& property, const String& value); |
| + static bool supports(const String& conditionText); |
| DEFINE_INLINE_TRACE() { } |