Bug 103197

Summary: Rename DynamicNodeList to LiveNodeList
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, andersca, darin, gyuyoung.kim, haraken, japhet, koivisto, ojan, rakuco, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 78909    
Attachments:
Description Flags
Patch ojan: review+

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>