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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h

Issue 2571063002: Remove Blink-in-JS (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
index 4a0179581fd8ab91fe23bf6d4a6960e79d08331e..86e43650f2928423fe497d35822119ae5c9ed15e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h
@@ -93,9 +93,6 @@ class CORE_EXPORT V8PerContextData final {
m_activityLogger = activityLogger;
}
- v8::Local<v8::Value> compiledPrivateScript(String);
- void setCompiledPrivateScript(String, v8::Local<v8::Value>);
-
private:
V8PerContextData(v8::Local<v8::Context>);
@@ -125,8 +122,6 @@ class CORE_EXPORT V8PerContextData final {
// This is owned by a static hash map in V8DOMActivityLogger.
V8DOMActivityLogger* m_activityLogger;
-
- V8GlobalValueMap<String, v8::Value, v8::kNotWeak> m_compiledPrivateScript;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698