Bug 103197 - Rename DynamicNodeList to LiveNodeList
Summary: Rename DynamicNodeList to LiveNodeList
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 78909
  Show dependency treegraph
 
Reported: 2012-11-25 01:29 PST by Ryosuke Niwa
Modified: 2012-11-25 10:52 PST (History)
11 users (show)

See Also:


Attachments
Patch (77.48 KB, patch)
2012-11-25 01:36 PST, Ryosuke Niwa
ojan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-11-25 01:29:59 PST
Rename DynamicNodeList to LiveNodeList
Comment 1 Ryosuke Niwa 2012-11-25 01:36:12 PST
Created attachment 175876 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-25 01:39:41 PST
Attachment 175876 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/CMakeLists.txt', u'Source/W..." exit_code: 1
Source/WebCore/dom/ClassNodeList.h:39:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Source/WebCore/dom/ChildNodeList.h:32:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Source/WebCore/dom/TagNodeList.h:33:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 3 in 35 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Ojan Vafai 2012-11-25 09:20:31 PST
Comment on attachment 175876 [details]
Patch

rs=me
Comment 4 Ryosuke Niwa 2012-11-25 10:52:13 PST
Committed r135671: <http://trac.webkit.org/changeset/135671>