| Index: third_party/WebKit/Source/core/css/MediaQueryMatcher.h
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQueryMatcher.h b/third_party/WebKit/Source/core/css/MediaQueryMatcher.h
|
| index 41ddd31b2294f47b2a2b4167a860643114acbc8e..da0d7d031f471c22ab76d96ffa4bb418a5ad7040 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryMatcher.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryMatcher.h
|
| @@ -33,9 +33,10 @@ class MediaQueryEvaluator;
|
| class MediaQuerySet;
|
|
|
| // MediaQueryMatcher class is responsible for keeping a vector of pairs
|
| -// MediaQueryList x MediaQueryListListener. It is responsible for evaluating the queries
|
| -// whenever it is needed and to call the listeners if the corresponding query has changed.
|
| -// The listeners must be called in the very same order in which they have been added.
|
| +// MediaQueryList x MediaQueryListListener. It is responsible for evaluating the
|
| +// queries whenever it is needed and to call the listeners if the corresponding
|
| +// query has changed. The listeners must be called in the very same order in
|
| +// which they have been added.
|
|
|
| class CORE_EXPORT MediaQueryMatcher final
|
| : public GarbageCollectedFinalized<MediaQueryMatcher> {
|
|
|