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:
skia.committer@gmail.com 2014-01-07 07:01:50 +00:00
parent 40eb3c1000
commit 179f6c5e62
2 changed files with 0 additions and 2 deletions

View File

@ -333,4 +333,3 @@ bool JsContext::initialize() {
return true;
}

View File

@ -189,4 +189,3 @@ void Path::Rect(const v8::FunctionCallbackInfo<Value>& args) {
Path* path = Unwrap(args);
path->fSkPath.addRect(rect);
}