Closed
Bug 494956
Opened 16 years ago
Closed 16 years ago
typo issue in src/jsscript.cpp:267
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla1.9.1
People
(Reporter: soubok, Assigned: brendan)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
|
1.13 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
Build Identifier: trunk
In src/jsscript.cpp:267 near line 267, STRING_CHARS should be replaced with JSSTRING_CHARS ?
Reproducible: Always
| Assignee | ||
Comment 1•16 years ago
|
||
Typo during upvar2 development? I haven't bothered to check. Easy to fix; I'll test JS_HAS_SCRIPT_OBJECT fully.
/be
Assignee: general → brendan
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: wanted1.9.1?
OS: Windows XP → All
Priority: -- → P3
Hardware: x86 → All
Target Milestone: --- → mozilla1.9.1
| Assignee | ||
Comment 2•16 years ago
|
||
Attachment #379763 -
Flags: review+
| Assignee | ||
Comment 3•16 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/edb390c96ca4
http://hg.mozilla.org/mozilla-central/rev/3eb4460ca3ba
/be
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Flags: wanted1.9.1? → wanted1.9.1+
Comment 4•16 years ago
|
||
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•