mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 779669 - Return error in GetMozDash. r=peterv
This commit is contained in:
parent
0e9ed7fa01
commit
e69ccef6c8
@ -3570,7 +3570,7 @@ JS::Value
|
||||
nsCanvasRenderingContext2DAzure::GetMozDash(JSContext* cx, ErrorResult& error)
|
||||
{
|
||||
JS::Value mozDash;
|
||||
DashArrayToJSVal(CurrentState().dash, cx, &mozDash);
|
||||
error = DashArrayToJSVal(CurrentState().dash, cx, &mozDash);
|
||||
return mozDash;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user