зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1522749 - Fix SMIL include guard naming. r=birtles
This commit is contained in:
Родитель
e853a80e32
Коммит
fb424198ee
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILANIMATIONCONTROLLER_H_
|
||||
#define NS_SMILANIMATIONCONTROLLER_H_
|
||||
#ifndef mozilla_SMILAnimationController_h
|
||||
#define mozilla_SMILAnimationController_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILCompositorTable.h"
|
||||
|
@ -207,4 +207,4 @@ class SMILAnimationController final : public SMILTimeContainer,
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILANIMATIONCONTROLLER_H_
|
||||
#endif // mozilla_SMILAnimationController_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILANIMATIONFUNCTION_H_
|
||||
#define NS_SMILANIMATIONFUNCTION_H_
|
||||
#ifndef mozilla_SMILAnimationFunction_h
|
||||
#define mozilla_SMILAnimationFunction_h
|
||||
|
||||
#include "mozilla/SMILAttr.h"
|
||||
#include "mozilla/SMILKeySpline.h"
|
||||
|
@ -439,4 +439,4 @@ class SMILAnimationFunction {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILANIMATIONFUNCTION_H_
|
||||
#endif // mozilla_SMILAnimationFunction_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_ISMILATTR_H_
|
||||
#define NS_ISMILATTR_H_
|
||||
#ifndef mozilla_SMILAttr_h
|
||||
#define mozilla_SMILAttr_h
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsStringFwd.h"
|
||||
|
@ -97,4 +97,4 @@ class SMILAttr {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_ISMILATTR_H_
|
||||
#endif // mozilla_SMILAttr_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef MOZILLA_SMILBOOLTYPE_H_
|
||||
#define MOZILLA_SMILBOOLTYPE_H_
|
||||
#ifndef mozilla_SMILBoolType_h
|
||||
#define mozilla_SMILBoolType_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILType.h"
|
||||
|
@ -44,4 +44,4 @@ class SMILBoolType : public SMILType {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // MOZILLA_SMILBOOLTYPE_H_
|
||||
#endif // mozilla_SMILBoolType_h
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
/* representation of a SMIL-animatable CSS property on an element */
|
||||
|
||||
#ifndef NS_SMILCSSPROPERTY_H_
|
||||
#define NS_SMILCSSPROPERTY_H_
|
||||
#ifndef mozilla_SMILCSSProperty_h
|
||||
#define mozilla_SMILCSSProperty_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILAttr.h"
|
||||
|
@ -79,4 +79,4 @@ class SMILCSSProperty : public SMILAttr {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILCSSPROPERTY_H_
|
||||
#endif // mozilla_SMILCSSProperty_h
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
/* representation of a value for a SMIL-animated CSS property */
|
||||
|
||||
#ifndef NS_SMILCSSVALUETYPE_H_
|
||||
#define NS_SMILCSSVALUETYPE_H_
|
||||
#ifndef mozilla_SMILCSSValueType_h
|
||||
#define mozilla_SMILCSSValueType_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILType.h"
|
||||
|
@ -130,4 +130,4 @@ class SMILCSSValueType : public SMILType {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILCSSVALUETYPE_H_
|
||||
#endif // mozilla_SMILCSSValueType_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILCOMPOSITOR_H_
|
||||
#define NS_SMILCOMPOSITOR_H_
|
||||
#ifndef mozilla_SMILCompositor_h
|
||||
#define mozilla_SMILCompositor_h
|
||||
|
||||
#include "mozilla/Move.h"
|
||||
#include "mozilla/UniquePtr.h"
|
||||
|
@ -122,4 +122,4 @@ class SMILCompositor : public PLDHashEntryHdr {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILCOMPOSITOR_H_
|
||||
#endif // mozilla_SMILCompositor_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILCOMPOSITORTABLE_H_
|
||||
#define NS_SMILCOMPOSITORTABLE_H_
|
||||
#ifndef mozilla_SMILCompositorTable_h
|
||||
#define mozilla_SMILCompositorTable_h
|
||||
|
||||
#include "nsTHashtable.h"
|
||||
|
||||
|
@ -25,4 +25,4 @@ typedef nsTHashtable<SMILCompositor> SMILCompositorTable;
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILCOMPOSITORTABLE_H_
|
||||
#endif // mozilla_SMILCompositorTable_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef MOZILLA_SMILENUMTYPE_H_
|
||||
#define MOZILLA_SMILENUMTYPE_H_
|
||||
#ifndef mozilla_SMILEnumType_h
|
||||
#define mozilla_SMILEnumType_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILType.h"
|
||||
|
@ -44,4 +44,4 @@ class SMILEnumType : public SMILType {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // MOZILLA_SMILENUMTYPE_H_
|
||||
#endif // mozilla_SMILEnumType_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILFLOATTYPE_H_
|
||||
#define NS_SMILFLOATTYPE_H_
|
||||
#ifndef mozilla_SMILFloatType_h
|
||||
#define mozilla_SMILFloatType_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILType.h"
|
||||
|
@ -44,4 +44,4 @@ class SMILFloatType : public SMILType {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILFLOATTYPE_H_
|
||||
#endif // mozilla_SMILFloatType_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILINSTANCETIME_H_
|
||||
#define NS_SMILINSTANCETIME_H_
|
||||
#ifndef mozilla_SMILInstanceTime_h
|
||||
#define mozilla_SMILInstanceTime_h
|
||||
|
||||
#include "nsISupportsImpl.h"
|
||||
#include "mozilla/SMILTimeValue.h"
|
||||
|
@ -163,4 +163,4 @@ class SMILInstanceTime final {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILINSTANCETIME_H_
|
||||
#endif // mozilla_SMILInstanceTime_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef MOZILLA_SMILINTEGERTYPE_H_
|
||||
#define MOZILLA_SMILINTEGERTYPE_H_
|
||||
#ifndef mozilla_SMILIntegerType_h
|
||||
#define mozilla_SMILIntegerType_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILType.h"
|
||||
|
@ -39,4 +39,4 @@ class SMILIntegerType : public SMILType {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // MOZILLA_SMILINTEGERTYPE_H_
|
||||
#endif // mozilla_SMILIntegerType_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILINTERVAL_H_
|
||||
#define NS_SMILINTERVAL_H_
|
||||
#ifndef mozilla_SMILInterval_h
|
||||
#define mozilla_SMILInterval_h
|
||||
|
||||
#include "mozilla/SMILInstanceTime.h"
|
||||
#include "nsTArray.h"
|
||||
|
@ -83,4 +83,4 @@ class SMILInterval {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILINTERVAL_H_
|
||||
#endif // mozilla_SMILInterval_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILKEYSPLINE_H_
|
||||
#define NS_SMILKEYSPLINE_H_
|
||||
#ifndef mozilla_SMILKeySpline_h
|
||||
#define mozilla_SMILKeySpline_h
|
||||
|
||||
#include "mozilla/ArrayUtils.h"
|
||||
#include "mozilla/PodOperations.h"
|
||||
|
@ -104,4 +104,4 @@ class SMILKeySpline {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILKEYSPLINE_H_
|
||||
#endif // mozilla_SMILKeySpline_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILMILESTONE_H_
|
||||
#define NS_SMILMILESTONE_H_
|
||||
#ifndef mozilla_SMILMilestone_h
|
||||
#define mozilla_SMILMilestone_h
|
||||
|
||||
#include "mozilla/SMILTypes.h"
|
||||
|
||||
|
@ -72,4 +72,4 @@ class SMILMilestone {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILMILESTONE_H_
|
||||
#endif // mozilla_SMILMilestone_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILNULLTYPE_H_
|
||||
#define NS_SMILNULLTYPE_H_
|
||||
#ifndef mozilla_SMILNullType_h
|
||||
#define mozilla_SMILNullType_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILType.h"
|
||||
|
@ -44,4 +44,4 @@ class SMILNullType : public SMILType {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILNULLTYPE_H_
|
||||
#endif // mozilla_SMILNullType_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILPARSERUTILS_H_
|
||||
#define NS_SMILPARSERUTILS_H_
|
||||
#ifndef mozilla_SMILParserUtils_h
|
||||
#define mozilla_SMILParserUtils_h
|
||||
|
||||
#include "nsTArray.h"
|
||||
#include "nsStringFwd.h"
|
||||
|
@ -86,4 +86,4 @@ class SMILParserUtils {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILPARSERUTILS_H_
|
||||
#endif // mozilla_SMILParserUtils_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef SMILRepeatCount_h
|
||||
#define SMILRepeatCount_h
|
||||
#ifndef mozilla_SMILRepeatCount_h
|
||||
#define mozilla_SMILRepeatCount_h
|
||||
|
||||
#include "nsDebug.h"
|
||||
#include <math.h>
|
||||
|
@ -59,4 +59,4 @@ class SMILRepeatCount {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif
|
||||
#endif // mozilla_SMILRepeatCount_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILSETANIMATIONFUNCTION_H_
|
||||
#define NS_SMILSETANIMATIONFUNCTION_H_
|
||||
#ifndef mozilla_SMILSetAnimationFunction_h
|
||||
#define mozilla_SMILSetAnimationFunction_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILAnimationFunction.h"
|
||||
|
@ -64,4 +64,4 @@ class SMILSetAnimationFunction : public SMILAnimationFunction {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILSETANIMATIONFUNCTION_H_
|
||||
#endif // mozilla_SMILSetAnimationFunction_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef MOZILLA_SMILSTRINGTYPE_H_
|
||||
#define MOZILLA_SMILSTRINGTYPE_H_
|
||||
#ifndef mozilla_SMILStringType_h
|
||||
#define mozilla_SMILStringType_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILType.h"
|
||||
|
@ -44,4 +44,4 @@ class SMILStringType : public SMILType {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // MOZILLA_SMILSTRINGTYPE_H_
|
||||
#endif // mozilla_SMILStringType_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILTARGETIDENTIFIER_H_
|
||||
#define NS_SMILTARGETIDENTIFIER_H_
|
||||
#ifndef mozilla_SMILTargetIdentifier_h
|
||||
#define mozilla_SMILTargetIdentifier_h
|
||||
|
||||
#include "mozilla/dom/Element.h"
|
||||
|
||||
|
@ -76,4 +76,4 @@ class SMILWeakTargetIdentifier {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILTARGETIDENTIFIER_H_
|
||||
#endif // mozilla_SMILTargetIdentifier_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILTIMECONTAINER_H_
|
||||
#define NS_SMILTIMECONTAINER_H_
|
||||
#ifndef mozilla_SMILTimeContainer_h
|
||||
#define mozilla_SMILTimeContainer_h
|
||||
|
||||
#include "mozilla/dom/SVGAnimationElement.h"
|
||||
#include "mozilla/SMILMilestone.h"
|
||||
|
@ -297,4 +297,4 @@ class SMILTimeContainer {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILTIMECONTAINER_H_
|
||||
#endif // mozilla_SMILTimeContainer_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILTIMEVALUE_H_
|
||||
#define NS_SMILTIMEVALUE_H_
|
||||
#ifndef mozilla_SMILTimeValue_h
|
||||
#define mozilla_SMILTimeValue_h
|
||||
|
||||
#include "mozilla/SMILTypes.h"
|
||||
#include "nsDebug.h"
|
||||
|
@ -128,4 +128,4 @@ class SMILTimeValue {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILTIMEVALUE_H_
|
||||
#endif // mozilla_SMILTimeValue_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILTIMEVALUESPEC_H_
|
||||
#define NS_SMILTIMEVALUESPEC_H_
|
||||
#ifndef mozilla_SMILTimeValueSpec_h
|
||||
#define mozilla_SMILTimeValueSpec_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/SMILTimeValueSpecParams.h"
|
||||
|
@ -137,4 +137,4 @@ class SMILTimeValueSpec {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILTIMEVALUESPEC_H_
|
||||
#endif // mozilla_SMILTimeValueSpec_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILTIMEVALUESPECPARAMS_H_
|
||||
#define NS_SMILTIMEVALUESPECPARAMS_H_
|
||||
#ifndef mozilla_SMILTimeValueSpecParams_h
|
||||
#define mozilla_SMILTimeValueSpecParams_h
|
||||
|
||||
#include "mozilla/SMILTimeValue.h"
|
||||
#include "nsAtom.h"
|
||||
|
@ -55,4 +55,4 @@ class SMILTimeValueSpecParams {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILTIMEVALUESPECPARAMS_H_
|
||||
#endif // mozilla_SMILTimeValueSpecParams_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILTIMEDELEMENT_H_
|
||||
#define NS_SMILTIMEDELEMENT_H_
|
||||
#ifndef mozilla_SMILTimedElement_h
|
||||
#define mozilla_SMILTimedElement_h
|
||||
|
||||
#include "mozilla/EventForwards.h"
|
||||
#include "mozilla/Move.h"
|
||||
|
@ -646,4 +646,4 @@ inline void ImplCycleCollectionTraverse(
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILTIMEDELEMENT_H_
|
||||
#endif // mozilla_SMILTimedElement_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_ISMILTYPE_H_
|
||||
#define NS_ISMILTYPE_H_
|
||||
#ifndef mozilla_SMILType_h
|
||||
#define mozilla_SMILType_h
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "nscore.h"
|
||||
|
@ -209,4 +209,4 @@ class SMILType {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_ISMILTYPE_H_
|
||||
#endif // mozilla_SMILType_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILTYPES_H_
|
||||
#define NS_SMILTYPES_H_
|
||||
#ifndef mozilla_SMILTypes_h
|
||||
#define mozilla_SMILTypes_h
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -27,4 +27,4 @@ typedef int64_t SMILTime;
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILTYPES_H_
|
||||
#endif // mozilla_SMILTypes_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef NS_SMILVALUE_H_
|
||||
#define NS_SMILVALUE_H_
|
||||
#ifndef mozilla_SMILValue_h
|
||||
#define mozilla_SMILValue_h
|
||||
|
||||
#include "mozilla/SMILNullType.h"
|
||||
#include "mozilla/SMILType.h"
|
||||
|
@ -72,4 +72,4 @@ class SMILValue {
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // NS_SMILVALUE_H_
|
||||
#endif // mozilla_SMILValue_h
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef mozilla_dom_TimeEvent_h_
|
||||
#define mozilla_dom_TimeEvent_h_
|
||||
#ifndef mozilla_dom_TimeEvent_h
|
||||
#define mozilla_dom_TimeEvent_h
|
||||
|
||||
#include "nsDocShell.h"
|
||||
#include "mozilla/dom/Event.h"
|
||||
|
@ -60,4 +60,4 @@ already_AddRefed<mozilla::dom::TimeEvent> NS_NewDOMTimeEvent(
|
|||
mozilla::dom::EventTarget* aOwner, nsPresContext* aPresContext,
|
||||
mozilla::InternalSMILTimeEvent* aEvent);
|
||||
|
||||
#endif // mozilla_dom_TimeEvent_h_
|
||||
#endif // mozilla_dom_TimeEvent_h
|
||||
|
|
Загрузка…
Ссылка в новой задаче