Commit 358b0692 authored by aaronl%netscape.com's avatar aaronl%netscape.com
Browse files

Fixing build bustage until I can find out what happened.

parent 1dd2cdfb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include "imgIRequest.h"
#include "imgIContainer.h"
#include "nsIImageFrame.h"
#include "nsIImageRequest.h"
// #include "nsIImageRequest.h"

// --- image -----

@@ -65,7 +65,7 @@ NS_IMETHODIMP nsHTMLImageAccessible::GetAccState(PRUint32 *_retval)
  // is an animated image.

  nsLinkableAccessible::GetAccState(_retval);

/*
  nsCOMPtr<nsIContent> content(do_QueryInterface(mDOMNode));
  nsCOMPtr<nsIPresShell> shell(do_QueryReferent(mPresShell));
  nsIFrame *frame = nsnull;
@@ -88,7 +88,7 @@ NS_IMETHODIMP nsHTMLImageAccessible::GetAccState(PRUint32 *_retval)
    if (numFrames > 1)
      *_retval |= STATE_ANIMATED;
  }

*/
  return NS_OK;
}

+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include "imgIRequest.h"
#include "imgIContainer.h"
#include "nsIImageFrame.h"
#include "nsIImageRequest.h"
// #include "nsIImageRequest.h"

// --- image -----

@@ -65,7 +65,7 @@ NS_IMETHODIMP nsHTMLImageAccessible::GetAccState(PRUint32 *_retval)
  // is an animated image.

  nsLinkableAccessible::GetAccState(_retval);

/*
  nsCOMPtr<nsIContent> content(do_QueryInterface(mDOMNode));
  nsCOMPtr<nsIPresShell> shell(do_QueryReferent(mPresShell));
  nsIFrame *frame = nsnull;
@@ -88,7 +88,7 @@ NS_IMETHODIMP nsHTMLImageAccessible::GetAccState(PRUint32 *_retval)
    if (numFrames > 1)
      *_retval |= STATE_ANIMATED;
  }

*/
  return NS_OK;
}