Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@12936 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
40eb3c1000
commit
179f6c5e62
@ -333,4 +333,3 @@ bool JsContext::initialize() {
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -189,4 +189,3 @@ void Path::Rect(const v8::FunctionCallbackInfo<Value>& args) {
|
|||||||
Path* path = Unwrap(args);
|
Path* path = Unwrap(args);
|
||||||
path->fSkPath.addRect(rect);
|
path->fSkPath.addRect(rect);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user