mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Kill lines I forgot to delete
This commit is contained in:
committed by
Kevin Sawicki
parent
87829043d4
commit
5294cb6df1
@@ -19,8 +19,6 @@ NSString *stringFromCefV8Value(const CefRefPtr<CefV8Value>& value);
|
||||
void throwException(const CefRefPtr<CefV8Value>& global, CefRefPtr<CefV8Exception> exception, NSString *message);
|
||||
|
||||
Native::Native() : CefV8Handler() {
|
||||
NSString *filePath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"v8_extensions/native.js"];
|
||||
NSString *extensionCode = [NSString stringWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:nil];
|
||||
windowState = "{}";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user