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

Unified Diff: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h

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/V8CustomXPathNSResolver.h
diff --git a/Source/bindings/v8/custom/V8CustomXPathNSResolver.h b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
similarity index 93%
rename from Source/bindings/v8/custom/V8CustomXPathNSResolver.h
rename to Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
index 4c6712bb9f378989f8dbc9f2e7eaf89f3e06bc7d..96e4ae9654fc1b02b34495ea169d8b3b7aee6442 100644
--- a/Source/bindings/v8/custom/V8CustomXPathNSResolver.h
+++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
@@ -40,7 +40,7 @@
namespace WebCore {
// V8CustomXPathNSResolver does not create a persistent handle to the
-// given resolver object. So the lifetime of V8CustomXPathNSResolver
+// given resolver object. So the lifetime of V8CustomXPathNSResolver
// must not exceed the lifetime of the passed handle.
class V8CustomXPathNSResolver FINAL : public XPathNSResolver {
public:
@@ -54,10 +54,10 @@ public:
private:
V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver, v8::Isolate*);
- v8::Handle<v8::Object> m_resolver; // Handle to resolver object.
+ v8::Handle<v8::Object> m_resolver; // Handle to resolver object.
v8::Isolate* m_isolate;
};
} // namespace WebCore
-#endif // V8CustomXPathNSResolver_h
+#endif // V8CustomXPathNSResolver_h

Powered by Google App Engine
This is Rietveld 408576698