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

Unified Diff: Source/bindings/tests/results/V8TestActiveDOMObjectInterface.cpp

Issue 75933002: IDL compiler: rename object => wrapper in toActiveDOMObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/results/V8TestActiveDOMObjectInterface.cpp
diff --git a/Source/bindings/tests/results/V8TestActiveDOMObjectInterface.cpp b/Source/bindings/tests/results/V8TestActiveDOMObjectInterface.cpp
index d1e236cad6d9e887ec3e4af6f69a45b3e22c7742..3085837c37ca0b14dc4a099dd2db69147511da63 100644
--- a/Source/bindings/tests/results/V8TestActiveDOMObjectInterface.cpp
+++ b/Source/bindings/tests/results/V8TestActiveDOMObjectInterface.cpp
@@ -121,9 +121,9 @@ bool V8TestActiveDOMObjectInterface::hasInstanceInAnyWorld(v8::Handle<v8::Value>
|| V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, jsValue, WorkerWorld);
}
-ActiveDOMObject* V8TestActiveDOMObjectInterface::toActiveDOMObject(v8::Handle<v8::Object> object)
+ActiveDOMObject* V8TestActiveDOMObjectInterface::toActiveDOMObject(v8::Handle<v8::Object> wrapper)
{
- return toNative(object);
+ return toNative(wrapper);
}
v8::Handle<v8::Object> V8TestActiveDOMObjectInterface::createWrapper(PassRefPtr<TestActiveDOMObjectInterface> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
« no previous file with comments | « Source/bindings/templates/interface.cpp ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698