Skip to content

Commit

Permalink
Merge pull request tidev#922 from marshall/timob-6554-1_8_X
Browse files Browse the repository at this point in the history
TIMOB-6554 (1_8_X): Android: Module: "'V8Util' has not been declared" error when building modules
  • Loading branch information
Opie Cyrus committed Dec 12, 2011
2 parents 76ad384 + 571db9b commit 8a84f10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ fails, a JS exception is returned.
<#local type = "Local<Number>">
<#local valueExpr = expr + "->ToNumber()">
<#local stringExpr = expr + "->ToString()">
<#local postAssignmentCheck = "V8Util::isNaN(" + current_arg + ")">
<#local postAssignmentCheck = "titanium::V8Util::isNaN(" + current_arg + ")">
<#elseif info?keys?seq_contains("jsHandleCast")>
<#local type = "Local<" + info.jsType + ">">
<#local valueExpr = "Local<" + info.jsType + ">::Cast(" + expr + ")">
Expand Down

0 comments on commit 8a84f10

Please sign in to comment.