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

Unified Diff: Source/bindings/v8/V8Binding.h

Issue 19457002: Make 'any'-typed attributes of events available in isolated worlds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 5 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/v8/V8Binding.h
diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
index 315ea5217029fca11a3594b953a04d0ceb90c9f0..37a2c955fdba641666e2c9e85e732b46e63cb609 100644
--- a/Source/bindings/v8/V8Binding.h
+++ b/Source/bindings/v8/V8Binding.h
@@ -50,6 +50,7 @@ namespace WebCore {
class Frame;
class NodeFilter;
class ScriptExecutionContext;
+ class ScriptWrappable;
class XPathNSResolver;
const int kMaxRecursionDepth = 22;
@@ -585,6 +586,8 @@ namespace WebCore {
return v8::FunctionTemplate::New(function, environment)->GetFunction();
}
+ v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, ScriptWrappable*, v8::Handle<v8::String> key);
+
} // namespace WebCore
#endif // V8Binding_h

Powered by Google App Engine
This is Rietveld 408576698