Bug 32616 - [V8] There is no such thing as HTMLSelectElementCollection
Summary: [V8] There is no such thing as HTMLSelectElementCollection
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: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks: 32569
  Show dependency treegraph
 
Reported: 2009-12-16 09:44 PST by Dimitri Glazkov (Google)
Modified: 2009-12-16 11:27 PST (History)
3 users (show)

See Also:


Attachments
Ain't no such thing as HTMLSelectElementCollectionCustom. (11.07 KB, patch)
2009-12-16 09:50 PST, Dimitri Glazkov (Google)
fishd: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-12-16 09:44:43 PST
In preparation for making all indexers generated, we should first eliminate this naming oops. I am the author of the oops -- a long time ago.
Comment 1 Dimitri Glazkov (Google) 2009-12-16 09:50:21 PST
Created attachment 44986 [details]
Ain't no such thing as HTMLSelectElementCollectionCustom.
Comment 2 WebKit Review Bot 2009-12-16 09:52:03 PST
Attachment 44986 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
Skipping input 'WebCore/bindings/v8/custom/V8HTMLSelectElementCollectionCustom.cpp': Can't open for reading
WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.cpp:40:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1
Comment 3 Dimitri Glazkov (Google) 2009-12-16 10:04:29 PST
Sorry, style-elf. I'll fix the order on landed.
Comment 4 Dimitri Glazkov (Google) 2009-12-16 11:27:27 PST
Landed as http://trac.webkit.org/changeset/52211.