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

Unified Diff: Source/bindings/modules/v8/ModuleBindingsInitializer.h

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed http/tests/serviceworker/fetch\* regression Created 6 years, 2 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/modules/v8/ModuleBindingsInitializer.h
diff --git a/Source/bindings/modules/v8/ModuleBindingsInitializer.h b/Source/bindings/modules/v8/ModuleBindingsInitializer.h
index 892bb0ba9eded41f17a2d45d60cd9ca8330227c4..829f6c6b859b35299ec4171ba3e1d518ba9618ba 100644
--- a/Source/bindings/modules/v8/ModuleBindingsInitializer.h
+++ b/Source/bindings/modules/v8/ModuleBindingsInitializer.h
@@ -10,6 +10,8 @@ namespace blink {
class ModuleBindingsInitializer {
public:
static void init();
+private:
+ static void initPartialInterface();
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698