Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Side by Side Diff: Source/bindings/tests/results/V8TestObject.cpp

Issue 488763002: Introduce HTMLDataListOptionsCollection subclass for HTMLCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
6 6
7 #include "config.h" 7 #include "config.h"
8 #include "V8TestObject.h" 8 #include "V8TestObject.h"
9 9
10 #include "bindings/core/v8/BindingSecurity.h" 10 #include "bindings/core/v8/BindingSecurity.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #include "core/HTMLNames.h" 51 #include "core/HTMLNames.h"
52 #include "core/css/MediaQueryListListener.h" 52 #include "core/css/MediaQueryListListener.h"
53 #include "core/dom/ClassCollection.h" 53 #include "core/dom/ClassCollection.h"
54 #include "core/dom/ContextFeatures.h" 54 #include "core/dom/ContextFeatures.h"
55 #include "core/dom/Document.h" 55 #include "core/dom/Document.h"
56 #include "core/dom/TagCollection.h" 56 #include "core/dom/TagCollection.h"
57 #include "core/dom/custom/CustomElementCallbackDispatcher.h" 57 #include "core/dom/custom/CustomElementCallbackDispatcher.h"
58 #include "core/frame/LocalFrame.h" 58 #include "core/frame/LocalFrame.h"
59 #include "core/frame/UseCounter.h" 59 #include "core/frame/UseCounter.h"
60 #include "core/html/HTMLCollection.h" 60 #include "core/html/HTMLCollection.h"
61 #include "core/html/HTMLDataListOptionsCollection.h"
61 #include "core/html/HTMLFormControlsCollection.h" 62 #include "core/html/HTMLFormControlsCollection.h"
62 #include "core/html/HTMLTableRowsCollection.h" 63 #include "core/html/HTMLTableRowsCollection.h"
63 #include "core/inspector/ScriptArguments.h" 64 #include "core/inspector/ScriptArguments.h"
64 #include "platform/RuntimeEnabledFeatures.h" 65 #include "platform/RuntimeEnabledFeatures.h"
65 #include "platform/ScriptForbiddenScope.h" 66 #include "platform/ScriptForbiddenScope.h"
66 #include "platform/TraceEvent.h" 67 #include "platform/TraceEvent.h"
67 #include "wtf/GetPtr.h" 68 #include "wtf/GetPtr.h"
68 #include "wtf/RefPtr.h" 69 #include "wtf/RefPtr.h"
69 70
70 namespace blink { 71 namespace blink {
(...skipping 11266 matching lines...) Expand 10 before | Expand all | Expand 10 after
11337 // FIXME: We should support more exceptions. 11338 // FIXME: We should support more exceptions.
11338 RELEASE_ASSERT_NOT_REACHED(); 11339 RELEASE_ASSERT_NOT_REACHED();
11339 } 11340 }
11340 block.ReThrow(); 11341 block.ReThrow();
11341 return false; 11342 return false;
11342 } 11343 }
11343 return true; 11344 return true;
11344 } 11345 }
11345 11346
11346 } // namespace blink 11347 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698