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

Side by Side Diff: sky/engine/bindings/core/v8/ScriptPromisePropertyBase.h

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
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 #ifndef ScriptPromisePropertyBase_h 5 #ifndef ScriptPromisePropertyBase_h
6 #define ScriptPromisePropertyBase_h 6 #define ScriptPromisePropertyBase_h
7 7
8 #include "bindings/core/v8/ScopedPersistent.h" 8 #include "sky/engine/bindings/core/v8/ScopedPersistent.h"
9 #include "bindings/core/v8/ScriptPromise.h" 9 #include "sky/engine/bindings/core/v8/ScriptPromise.h"
10 #include "bindings/core/v8/ScriptPromiseProperties.h" 10 #include "sky/engine/bindings/core/v8/ScriptPromiseProperties.h"
11 #include "core/dom/ContextLifecycleObserver.h" 11 #include "sky/engine/core/dom/ContextLifecycleObserver.h"
12 #include "wtf/OwnPtr.h" 12 #include "sky/engine/wtf/OwnPtr.h"
13 #include "wtf/RefCounted.h" 13 #include "sky/engine/wtf/RefCounted.h"
14 #include "wtf/Vector.h" 14 #include "sky/engine/wtf/Vector.h"
15 #include "v8/include/v8.h" 15 #include "v8/include/v8.h"
16 16
17 namespace blink { 17 namespace blink {
18 18
19 class DOMWrapperWorld; 19 class DOMWrapperWorld;
20 class ExecutionContext; 20 class ExecutionContext;
21 class ScriptState; 21 class ScriptState;
22 22
23 class ScriptPromisePropertyBase : public ContextLifecycleObserver { 23 class ScriptPromisePropertyBase : public ContextLifecycleObserver {
24 public: 24 public:
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 v8::Isolate* m_isolate; 69 v8::Isolate* m_isolate;
70 Name m_name; 70 Name m_name;
71 State m_state; 71 State m_state;
72 72
73 WeakPersistentSet m_wrappers; 73 WeakPersistentSet m_wrappers;
74 }; 74 };
75 75
76 } // namespace blink 76 } // namespace blink
77 77
78 #endif // ScriptPromisePropertyBase_h 78 #endif // ScriptPromisePropertyBase_h
OLDNEW
« no previous file with comments | « sky/engine/bindings/core/v8/ScriptPromiseProperty.h ('k') | sky/engine/bindings/core/v8/ScriptPromisePropertyBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698