Skip to content

Commit

Permalink
Fix an assertion message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Oct 7, 2013
1 parent 094e5b3 commit 6a747df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileAPI/Blob-constructor.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
},
get 2() {
received.push("2 getter");
assert_unreached("Should not call valueOf if toString is present.");
assert_unreached("Should not call the getter for 2 if the getter for 1 threw.");
}
};
assert_throws(test_error, function() {
Expand Down

0 comments on commit 6a747df

Please sign in to comment.