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

Unified Diff: Source/bindings/core/v8/inspector/V8JavaScriptCallFrame.h

Issue 1168003002: Revert "Oilpan: fix build after r196583." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: Source/bindings/core/v8/inspector/V8JavaScriptCallFrame.h
diff --git a/Source/bindings/core/v8/inspector/V8JavaScriptCallFrame.h b/Source/bindings/core/v8/inspector/V8JavaScriptCallFrame.h
index 138ad8cdddf14822f098262a52b81501d8506cac..a2aec1f00a7e423cb7591eeac8feaa9622bf8d44 100644
--- a/Source/bindings/core/v8/inspector/V8JavaScriptCallFrame.h
+++ b/Source/bindings/core/v8/inspector/V8JavaScriptCallFrame.h
@@ -5,18 +5,18 @@
#ifndef V8JavaScriptCallFrame_h
#define V8JavaScriptCallFrame_h
-#include "wtf/Forward.h"
-#include <v8.h>
+#include "core/inspector/JavaScriptCallFrame.h"
namespace blink {
-class JavaScriptCallFrame;
-
class V8JavaScriptCallFrame {
public:
static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*);
static v8::Local<v8::Object> wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, PassRefPtr<JavaScriptCallFrame>);
static JavaScriptCallFrame* unwrap(v8::Local<v8::Object>);
+
+private:
+ static v8::Local<v8::String> hiddenPropertyName(v8::Isolate*);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698