| Index: third_party/WebKit/Source/core/html/HTMLSourceElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSourceElement.h b/third_party/WebKit/Source/core/html/HTMLSourceElement.h
|
| index 7607addf0b6b85e4d115e0f0729ab6e71aaf5d06..0074bd6dd752b708d64682a44ff3aa59af678613 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSourceElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSourceElement.h
|
| @@ -54,6 +54,8 @@ public:
|
|
|
| bool mediaQueryMatches() const;
|
|
|
| + void notifyImgSiblingRemoved();
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|