Bug 902134 - Reduce the number of #includes in nsIDOMWindowUtils.h; r=bzbarsky

This commit is contained in:
Ehsan Akhgari 2013-08-06 16:38:58 -04:00
Родитель fdde02ef7c
Коммит c3999abc89
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -15,8 +15,8 @@
%{C++
#include "nsColor.h"
#include "nsRect.h"
#include "gfxContext.h"
class gfxContext;
class nsRect;
%}
[ref] native nsConstRect(const nsRect);