| Index: Source/core/page/DOMWindow.h
|
| diff --git a/Source/core/page/DOMWindow.h b/Source/core/page/DOMWindow.h
|
| index 5444d152ef2ca6b5880e004dc894526e72311d1c..206e46cfd91cb08e0342afdfb3038510e91a2e20 100644
|
| --- a/Source/core/page/DOMWindow.h
|
| +++ b/Source/core/page/DOMWindow.h
|
| @@ -342,9 +342,6 @@ namespace WebCore {
|
| DEFINE_MAPPED_ATTRIBUTE_EVENT_LISTENER(webkittransitionend, webkitTransitionEnd);
|
| DEFINE_MAPPED_ATTRIBUTE_EVENT_LISTENER(transitionend, transitionend);
|
|
|
| - void captureEvents();
|
| - void releaseEvents();
|
| -
|
| void finishedLoading();
|
|
|
| using RefCounted<DOMWindow>::ref;
|
|
|