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
Reviewed and tweaked by Darin.
[WebKit-https.git]
/
WebKitTools
/
DumpRenderTree
/
EditingDelegate.h
diff --git
a/WebKitTools/DumpRenderTree/EditingDelegate.h
b/WebKitTools/DumpRenderTree/EditingDelegate.h
index 709c7f5166ccb62f0f0e52840e30ce3a5519f978..b5563c887b81fe5b847b353964e9ed7ff6646c96 100644
(file)
--- a/
WebKitTools/DumpRenderTree/EditingDelegate.h
+++ b/
WebKitTools/DumpRenderTree/EditingDelegate.h
@@
-29,4
+29,10
@@
#import <Cocoa/Cocoa.h>
@interface EditingDelegate : NSObject
+{
+ BOOL acceptsEditing;
+}
+
+- (void)setAcceptsEditing:(BOOL)newAcceptsEditing;
+
@end