Chromium Code Reviews| Index: Source/bindings/scripts/CodeGeneratorV8.pm |
| diff --git a/Source/bindings/scripts/CodeGeneratorV8.pm b/Source/bindings/scripts/CodeGeneratorV8.pm |
| index b42f1528e029339cbd3ee68872d3e536084d555f..904d5780f9673791703da82d4015ac200b798767 100644 |
| --- a/Source/bindings/scripts/CodeGeneratorV8.pm |
| +++ b/Source/bindings/scripts/CodeGeneratorV8.pm |
| @@ -1265,6 +1265,7 @@ sub GenerateDeprecationNotification |
| my $deprecateAs = shift; |
| if ($deprecateAs) { |
| AddToImplIncludes("core/page/PageConsole.h"); |
| + AddToImplIncludes("core/page/UseCounter.h"); |
|
arv (Not doing code reviews)
2013/05/07 20:20:47
If the idl file only has DeprecateAs but no Measur
|
| return " UseCounter::countDeprecation(activeDOMWindow(), UseCounter::${deprecateAs});\n"; |
| } |
| return ""; |