We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f28149 commit c1b3658Copy full SHA for c1b3658
PBWebHistoryController.m
@@ -122,7 +122,7 @@ - (void)commitDetailsLoaded:(NSNotification *)notification
122
[[view windowScriptObject] callWebScriptMethod:@"showCommit" withArguments:[NSArray arrayWithObject:html]];
123
124
#ifdef DEBUG_BUILD
125
- NSString *dom=[[[[view mainFrame] DOMDocument] documentElement] outerHTML];
+ NSString *dom=[(DOMHTMLElement*)[[[view mainFrame] DOMDocument] documentElement] outerHTML];
126
NSString *tmpFile=@"~/tmp/test2.html";
127
[dom writeToFile:[tmpFile stringByExpandingTildeInPath] atomically:true encoding:NSUTF8StringEncoding error:nil];
128
#endif
0 commit comments