Chromium Code Reviews| Index: Source/bindings/v8/ScriptController.h |
| diff --git a/Source/bindings/v8/ScriptController.h b/Source/bindings/v8/ScriptController.h |
| index a2bd844826954e64bf0590397d050138c2836cfa..af2334b43ea97fa99e1faca97a776122d49f9ddc 100644 |
| --- a/Source/bindings/v8/ScriptController.h |
| +++ b/Source/bindings/v8/ScriptController.h |
| @@ -1,5 +1,6 @@ |
| /* |
| * Copyright (C) 2008, 2009 Google Inc. All rights reserved. |
| + * Copyright (C) 2013 Opera Software ASA. All rights reserved. |
| * |
| * Redistribution and use in source and binary forms, with or without |
| * modification, are permitted provided that the following conditions are |
| @@ -109,6 +110,8 @@ public: |
| // Creates a property of the global object of a frame. |
| void bindToWindowObject(Frame*, const String& key, NPObject*); |
| + void bindToWindowObject(Frame*, const String &key, v8::AccessorGetter, v8::AccessorSetter, v8::Handle<v8::Value>); |
|
abarth-chromium
2013/07/24 18:26:04
"const String &" -> "const String& "
|
| + |
| PassScriptInstance createScriptInstanceForWidget(Widget*); |