Bug 42063 - [V8] r63057 regressed url tests.
Summary: [V8] r63057 regressed url tests.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 02:11 PDT by Pavel Feldman
Modified: 2010-07-12 03:51 PDT (History)
1 user (show)

See Also:


Attachments
[PATCH] Proposed fix. (1.39 KB, patch)
2010-07-12 03:46 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-07-12 02:11:22 PDT
trunk/WebCore/bindings/scripts/CodeGeneratorV8.pm uses "Reflect" in the places where it should use "URL" attribute.
Comment 1 Pavel Feldman 2010-07-12 03:40:43 PDT
(In reply to comment #0)
> trunk/WebCore/bindings/scripts/CodeGeneratorV8.pm uses "Reflect" in the places where it should use "URL" attribute.

Nah. It is just that we enter the "Reflect" path on ex-"ReflectURL" attributes now.
Comment 2 Pavel Feldman 2010-07-12 03:46:08 PDT
Created attachment 61205 [details]
[PATCH] Proposed fix.
Comment 3 Pavel Feldman 2010-07-12 03:51:06 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/bindings/scripts/CodeGeneratorV8.pm
Committed r63067