git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[mac] WebKit1 clients can’t tell when a frame has been removed from the hierarchy
[WebKit-https.git]
/
Source
/
WebKit
/
mac
/
WebView
/
WebDelegateImplementationCaching.h
diff --git
a/Source/WebKit/mac/WebView/WebDelegateImplementationCaching.h
b/Source/WebKit/mac/WebView/WebDelegateImplementationCaching.h
index
5c1b33e
..
c24d073
100644
(file)
--- a/
Source/WebKit/mac/WebView/WebDelegateImplementationCaching.h
+++ b/
Source/WebKit/mac/WebView/WebDelegateImplementationCaching.h
@@
-79,6
+79,7
@@
struct WebFrameLoadDelegateImplementationCache {
IMP didDisplayInsecureContentFunc;
IMP didRunInsecureContentFunc;
IMP didDetectXSSFunc;
+ IMP didRemoveFrameFromHierarchyFunc;
};
struct WebScriptDebugDelegateImplementationCache {