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

Unified Diff: Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp

Issue 9350041: Switch to dartgenerator.py for C++ callbacks generation. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 10 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/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp
diff --git a/Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp b/Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp
index 9945936ea95fca1d29bff0ce2f7bb10ca78076d1..7a0c04a01af3dee0c24e4afcc6398bd8950b6ab9 100644
--- a/Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp
+++ b/Source/WebCore/bindings/dart/custom/DartWebKitMutationObserverCustom.cpp
@@ -28,7 +28,10 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "config.h"
+
+#if ENABLE(MUTATION_OBSERVERS)
#include "DartWebKitMutationObserver.h"
+#endif
#if ENABLE(MUTATION_OBSERVERS)

Powered by Google App Engine
This is Rietveld 408576698