| Index: Source/bindings/core/v8/custom/V8LocationCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8LocationCustom.cpp b/Source/bindings/core/v8/custom/V8LocationCustom.cpp
|
| similarity index 95%
|
| rename from Source/bindings/v8/custom/V8LocationCustom.cpp
|
| rename to Source/bindings/core/v8/custom/V8LocationCustom.cpp
|
| index 58835d5f12789156d6a942a4d981fe1b1d640394..90906a7c772e610a01e6a736f1ebdd53a32aa18f 100644
|
| --- a/Source/bindings/v8/custom/V8LocationCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8LocationCustom.cpp
|
| @@ -36,11 +36,11 @@ namespace WebCore {
|
| void V8Location::valueOfMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| // Just return the this object the way the normal valueOf function
|
| - // on the Object prototype would. The valueOf function is only
|
| + // on the Object prototype would. The valueOf function is only
|
| // added to make sure that it cannot be overwritten on location
|
| // objects, since that would provide a hook to change the string
|
| // conversion behavior of location objects.
|
| v8SetReturnValue(info, info.This());
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace WebCore
|
|
|