Skip to content

Commit

Permalink
qualify V8Util with the titanium namespace to satisfy
Browse files Browse the repository at this point in the history
build errors for 3rd party modules. TIMOB-6554
  • Loading branch information
marshall committed Dec 12, 2011
1 parent 6552b7b commit 571db9b
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 571db9b

Please sign in to comment.