git-svn-id: https://svn.webkit.org/repository/webkit/trunk@14813
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
[window setContentView:_private->webView];
-// NSString *path = [[NSBundle bundleForClass:[self class]] pathForResource:@"inspector" ofType:@"html" inDirectory:@"webInspector"];
- NSString *path = @"/Users/Timothy/Work/Safari-TOT/OpenSource/WebKit/WebInspector/webInspector/inspector.html";
+ NSString *path = [[NSBundle bundleForClass:[self class]] pathForResource:@"inspector" ofType:@"html" inDirectory:@"webInspector"];
[[_private->webView mainFrame] loadRequest:[[[NSURLRequest alloc] initWithURL:[NSURL fileURLWithPath:path]] autorelease]];
[self setWindow:window];