Chromium Code Reviews

Unified Diff: LayoutTests/platform/chromium-win/fast/js/property-getters-and-setters-expected.txt

Issue 6349048: Merge 77135 - 2011-01-31 Mads Ager <ager@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/platform/chromium-win/fast/js/property-getters-and-setters-expected.txt
===================================================================
--- LayoutTests/platform/chromium-win/fast/js/property-getters-and-setters-expected.txt (revision 77373)
+++ LayoutTests/platform/chromium-win/fast/js/property-getters-and-setters-expected.txt (working copy)
@@ -10,7 +10,7 @@
PASS o2.b is 8
PASS o2.b is 11
Setting a value without having a setter
-PASS o3.x = 10; threw exception TypeError: Cannot set property x of #<an Object> which has only a getter.
+PASS o3.x = 10; threw exception TypeError: Cannot set property x of #<Object> which has only a getter.
Getting a value without having a getter
PASS o4.x is undefined.
__lookupGetter__ and __lookupSetter__

Powered by Google App Engine