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

Unified Diff: Source/bindings/core/v8/custom/V8LocationCustom.cpp

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 6 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/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

Powered by Google App Engine
This is Rietveld 408576698