| Index: Source/bindings/v8/V8WindowShell.cpp
|
| ===================================================================
|
| --- Source/bindings/v8/V8WindowShell.cpp (revision 170478)
|
| +++ Source/bindings/v8/V8WindowShell.cpp (working copy)
|
| @@ -434,7 +434,7 @@
|
| if (items->hasExactlyOneItem()) {
|
| Element* element = items->item(0);
|
| ASSERT(element);
|
| - Frame* frame = 0;
|
| + LocalFrame* frame = 0;
|
| if (isHTMLIFrameElement(*element) && (frame = toHTMLIFrameElement(*element).contentFrame()))
|
| return toV8(frame->domWindow(), creationContext, isolate);
|
| return toV8(element, creationContext, isolate);
|
|
|