| commit | 539f364e80a1e8ee35845b93fd6547e855380cad | [log] [tgz] |
|---|---|---|
| author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 16 07:01:00 2013 +0000 |
| committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 16 07:01:00 2013 +0000 |
| tree | 2a6fb3ea7b632baf4727d20fd012aa8b12b6de2a | |
| parent | 1c5a94f5e01d0851bfeceb7d17ad7d693bdc899e [diff] [blame] |
Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@9159 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/SkLuaCanvas.cpp b/src/utils/SkLuaCanvas.cpp index 2c77c67..0b6be19 100644 --- a/src/utils/SkLuaCanvas.cpp +++ b/src/utils/SkLuaCanvas.cpp
@@ -71,7 +71,7 @@ int t = lua_type(L, -1); SkDebugf("--- expected function %d\n", t); } - + lua_newtable(L); setfield_string(L, "verb", verb); }