| Index: Source/core/css/MediaQueryList.h
|
| diff --git a/Source/core/css/MediaQueryList.h b/Source/core/css/MediaQueryList.h
|
| index 73beebd28ff5289dc3eedde5af2fb7f117f28cf1..8d85c5bb391f520480b53f4810b7a1f76b5976a2 100644
|
| --- a/Source/core/css/MediaQueryList.h
|
| +++ b/Source/core/css/MediaQueryList.h
|
| @@ -48,7 +48,7 @@ public:
|
| void addListener(PassRefPtrWillBeRawPtr<MediaQueryListListener>);
|
| void removeListener(PassRefPtrWillBeRawPtr<MediaQueryListListener>);
|
|
|
| - void mediaFeaturesChanged(WillBeHeapVector<RefPtrWillBeMember<MediaQueryListListener> >* toNotify);
|
| + void mediaFeaturesChanged(WillBeHeapVector<RefPtrWillBeMember<MediaQueryListListener> >* listenersToNotify);
|
|
|
| void trace(Visitor*);
|
|
|
|
|